Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b8aa1227 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am af85c03d: am b9edb3a2: Merge "Fix issue #10971287: Make...

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

* commit 'af85c03d':
  Fix issue #10971287: Make ACCESS_BATTERY_STATS permission system or signature.
parents 4c9110fc af85c03d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2257,7 +2257,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.