diff options
author | Dianne Hackborn <> | 2009-03-25 15:09:04 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-25 15:09:04 -0700 |
commit | 15ba27802eb23e01f4fada11f3fa1f35925eab49 (patch) | |
tree | ef64fe332ccda0c60e71074daf44d8d7ba48e786 /core | |
parent | 9c802c1e95befbd8de30ea4ebc48ae05cb948b2b (diff) | |
download | frameworks_base-15ba27802eb23e01f4fada11f3fa1f35925eab49.zip frameworks_base-15ba27802eb23e01f4fada11f3fa1f35925eab49.tar.gz frameworks_base-15ba27802eb23e01f4fada11f3fa1f35925eab49.tar.bz2 |
Automated import from //branches/master/...@142576,142576
Diffstat (limited to 'core')
-rw-r--r-- | core/res/AndroidManifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index b2a17da..39917c3 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -912,11 +912,11 @@ android:protectionLevel="signatureOrSystem" /> <!-- Allows an application to collect component usage - statistics --> + statistics @hide --> <permission android:name="android.permission.PACKAGE_USAGE_STATS" android:label="@string/permlab_pkgUsageStats" android:description="@string/permdesc_pkgUsageStats" - android:protectionLevel="normal" /> + android:protectionLevel="signature" /> <!-- Allows an application to collect battery statistics --> <permission android:name="android.permission.BATTERY_STATS" |