summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml7
1 files changed, 1 insertions, 6 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 3cdaaa9..4e4bfa2 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -2,12 +2,7 @@
package="com.android.providers.applications"
android:sharedUserId="android.uid.shared">
- <!-- Allows the system to register app launches so the
- ApplicationsProvider can also rank apps by frequency of use. -->
- <permission android:name="com.google.android.providers.applications.permission.INCREASE_LAUNCH_COUNT"
- android:protectionLevel="dangerous"
- android:label="@string/permlab_increase_launch_count"
- android:description="@string/permdesc_increase_launch_count" />
+ <uses-permission android:name="android.permission.PACKAGE_USAGE_STATS" />
<application android:process="android.process.acore" android:label="@string/app_label">