am b9edb3a2: Merge "Fix issue #10971287: Make ACCESS_BATTERY_STATS permission system or signature." into klp-dev

* commit 'b9edb3a22b3342912bb9eef79aee0bfcb6be1675':
  Fix issue #10971287: Make ACCESS_BATTERY_STATS permission system or signature.
This commit is contained in:
Dianne Hackborn
2013-10-01 22:21:52 -07:00
committed by Android Git Automerger

View File

@@ -2250,7 +2250,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.