Fix issue #10971287: Make ACCESS_BATTERY_STATS permission system or signature.

Change-Id: I432a2ddbd2fe1d095bb3895c5c122acf465d0c9b
This commit is contained in:
Dianne Hackborn
2013-09-30 10:16:10 -07:00
parent 57d96f0e92
commit 3714141d28

View File

@@ -2243,7 +2243,7 @@
android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
android:label="@string/permlab_batteryStats"
android:description="@string/permdesc_batteryStats"
android:protectionLevel="dangerous" />
android:protectionLevel="signature|system" />
<!-- Allows an application to control the backup and restore process.
<p>Not for use by third-party applications.