Dumpsys Packages Copycat
Provides a detailed summary of all installed packages
With the introduction of the QUERY_ALL_PACKAGES permission, as far as I understand, it became impossible to use built-in tools to list and inspect installed packages. (Please let me know if you are aware of another workaround.)
That is, of course, assuming you don't have access to root privileges. However, you might not desire to root your phone, either because it can turn out to be quite difficult to achieve, or because it has numerous disadvantages in itself, anyway.
Another option is to connect to the phone via Android Debug Bridge (ADB) and run:
The command prints the "Packages" section from dumpsys, which contains detailed information about every installed package. It works, but the downside is obvious: You need an extra device to connect and run adb.
This app strives to reproduce the output from above command, right on your phone - neither root privileges nor ADB required - using only API calls and the QUERY_ALL_PACKAGES permission.
That is, of course, assuming you don't have access to root privileges. However, you might not desire to root your phone, either because it can turn out to be quite difficult to achieve, or because it has numerous disadvantages in itself, anyway.
Another option is to connect to the phone via Android Debug Bridge (ADB) and run:
adb shell dumpsys | sed -n '/^Packages:/,/^[[:space:]]*$/p'
The command prints the "Packages" section from dumpsys, which contains detailed information about every installed package. It works, but the downside is obvious: You need an extra device to connect and run adb.
This app strives to reproduce the output from above command, right on your phone - neither root privileges nor ADB required - using only API calls and the QUERY_ALL_PACKAGES permission.
- 授權條款: Apache License 2.0
- 問題追蹤系統
- 原始碼
- 構建中介資料
- 可重現構建狀態
版本
雖然在下方可選擇下載 APK 檔案,但要留意這樣的安裝方式將不會收到更新通知,是一種較不安全的下載方法。建議您先安裝 F-Droid 用戶端使用。
下載 F-Droid-
此版本需要 Android 4.0 或更高的版本。
此套件包由原開發者構建和簽署,並保證與此原始碼 Tarball 保持一致。
-
此版本需要 Android 4.0 或更高的版本。
此套件包由原開發者構建和簽署,並保證與此原始碼 Tarball 保持一致。