apps_Packages Info (re-branded fork of ApplicationsInfo)
-
The app complies with the inclusion citeria. -
The app is not already listed in the repo or issue tracker. -
The app has not already been requested -
The original app author has been notified, and supports the inclusion.
The first step is to find the app's Application ID. This is usually the same as the app's Package Name. You will find it in files called AndroidManifest.xml or build.gradle most of the time. You can also see it in the URLs for the app's page in various app stores. Write it here:
APPLICATION ID: com.oF2pks.applicationsinfo
Below is a template "metadata file" to fill out, it has only the required fields. F-Droid uses this file to build and publish the app. Build Metadata Reference documents all available options. Add values after the colon
Name: apps_Packages Info
# Comma-separated values, with no space between, chosen from the
# official list: https://gitlab.com/fdroid/fdroiddata/blob/master/stats/categories.txt
Categories: System
# the one license that the whole app is available under, use
# https://spdx.org/licenses/ short identifiers, must be
# floss-compatible.
License: Apache-2.0
# A URL for the project's website
SourceCode: https://bitbucket.org/oF2pks/fdroid-applications-info/src/master/
# A link to the issue tracker where bugs are reported
IssueTracker: https://forum.xda-developers.com/android/software-hacking/dexdump-xodus-trackers-apk-static-t3833391
# One sentence, no more than 30-50 chars, no trailing punctuation,
# focus on actions what the users does with the app, e.g. "Read and
# send emails" instead of "Email client".
Summary: updated ApplicationsInfos with colors & mini-tags (and basic fixes)
Description: |-
quickly show all possible android states for all installed packages:
* SharedLibs & uid added
* Persistent +Stopped +Inactive +Suspended state per app
* debug or test possible flavour
* sdk version (sorting option for Oreo/Pie)
* READ_LOGS if granted
* system app with locked data
* ALL ApplicationInfos classic features
* (full scan classes & trackers via intent/ClassyShark3xodus)
With minimum of permissions, this app also demonstrates all possible leaks
that can be done by any installed app with INTERNET granted (and closed
sources), in order to grab data for profiling.
(prim-origin https://github.com/MajeurAndroid/Android-Applications-Info)
# git, git-svn, svn, hg or bzr
RepoType: git
# source code repo URL (HTTPS required)
Repo: https://bitbucket.org/oF2pks/fdroid-applications-info/src/master/
Builds:
- versionName: 1.7-8
versionCode: 8
commit: v1.7-8
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.7-8
CurrentVersionCode: 8
Edited by oF2pks