summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2018-10-12 12:59:45 -0700
committerJoel Galenson <jgalenson@google.com>2018-10-19 10:55:17 -0700
commitcfb1f6fc63c929f56cc8113663ce24fac2162c04 (patch)
tree0c2f70108e6ad0230214441cd31017970fd445a5 /Android.mk
parent45f057e1b3ac0feff00058f619acabe03ce35567 (diff)
downloadandroid_packages_apps_PackageInstaller-cfb1f6fc63c929f56cc8113663ce24fac2162c04.tar.gz
android_packages_apps_PackageInstaller-cfb1f6fc63c929f56cc8113663ce24fac2162c04.tar.bz2
android_packages_apps_PackageInstaller-cfb1f6fc63c929f56cc8113663ce24fac2162c04.zip
Add the permission usage screen of the Permissions Hub.
This adds an initial version of the permission usage screen. It shows permission requests by apps with the ability to filter based on permission, time, and whether or not to show system apps. Currently the only way to access it is through searching Settings for "permissions usage", and clicking on an entry brings you to that app's list of permissions. Bug: 63532550 Test: Used the Permissions Hub. Change-Id: I9282f859cb99d2ade4cb9b01d8145ca27e17363e
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 995cf802..1b9f413c 100644
--- a/Android.mk
+++ b/Android.mk
@@ -26,7 +26,8 @@ LOCAL_STATIC_ANDROID_LIBRARIES += \
SettingsLibHelpUtils \
SettingsLibRestrictedLockUtils \
SettingsLibAppPreference \
- SettingsLibSearchWidget
+ SettingsLibSearchWidget \
+ SettingsLibSettingsSpinner
LOCAL_STATIC_JAVA_LIBRARIES := \
androidx.annotation_annotation