Loading core/res/AndroidManifest.xml +2 −0 Original line number Diff line number Diff line Loading @@ -2715,6 +2715,8 @@ This is a normal permission: an app requesting it will always be granted the permission, without the user needing to approve or see it. --> <permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" android:label="@string/permlab_requestIgnoreBatteryOptimizations" android:description="@string/permdesc_requestIgnoreBatteryOptimizations" android:protectionLevel="normal" /> <!-- @SystemApi Allows an application to collect battery statistics --> Loading core/res/res/values/strings.xml +5 −0 Original line number Diff line number Diff line Loading @@ -3248,6 +3248,11 @@ <!-- Description of an application permission that lets it read install sessions. --> <string name="permdesc_requestInstallPackages">Allows an application to request installation of packages.</string> <!-- Title of an application permission that lets it ask user to ignore battery optimizations for that app. --> <string name="permlab_requestIgnoreBatteryOptimizations">ask to ignore battery optimizations</string> <!-- Description of an application permission that lets it ask user to ignore battery optimizations for that app--> <string name="permdesc_requestIgnoreBatteryOptimizations">Allows an app to ask for permission to ignore battery optimizations for that app.</string> <!-- Shown in the tutorial for tap twice for zoom control. --> <string name="tutorial_double_tap_to_zoom_message_short">Tap twice for zoom control</string> Loading Loading
core/res/AndroidManifest.xml +2 −0 Original line number Diff line number Diff line Loading @@ -2715,6 +2715,8 @@ This is a normal permission: an app requesting it will always be granted the permission, without the user needing to approve or see it. --> <permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" android:label="@string/permlab_requestIgnoreBatteryOptimizations" android:description="@string/permdesc_requestIgnoreBatteryOptimizations" android:protectionLevel="normal" /> <!-- @SystemApi Allows an application to collect battery statistics --> Loading
core/res/res/values/strings.xml +5 −0 Original line number Diff line number Diff line Loading @@ -3248,6 +3248,11 @@ <!-- Description of an application permission that lets it read install sessions. --> <string name="permdesc_requestInstallPackages">Allows an application to request installation of packages.</string> <!-- Title of an application permission that lets it ask user to ignore battery optimizations for that app. --> <string name="permlab_requestIgnoreBatteryOptimizations">ask to ignore battery optimizations</string> <!-- Description of an application permission that lets it ask user to ignore battery optimizations for that app--> <string name="permdesc_requestIgnoreBatteryOptimizations">Allows an app to ask for permission to ignore battery optimizations for that app.</string> <!-- Shown in the tutorial for tap twice for zoom control. --> <string name="tutorial_double_tap_to_zoom_message_short">Tap twice for zoom control</string> Loading