Merge "Add descriptions for exact alarm permissions"
This commit is contained in:
committed by
Android (Google) Code Review
commit
21f141047b
@@ -4629,6 +4629,8 @@
|
||||
<p>Protection level: appop
|
||||
-->
|
||||
<permission android:name="android.permission.SCHEDULE_EXACT_ALARM"
|
||||
android:label="@string/permlab_schedule_exact_alarm"
|
||||
android:description="@string/permdesc_schedule_exact_alarm"
|
||||
android:protectionLevel="normal|appop"/>
|
||||
|
||||
<!-- Allows apps to use exact alarms just like with {@link
|
||||
@@ -4654,6 +4656,8 @@
|
||||
lower standby bucket.
|
||||
-->
|
||||
<permission android:name="android.permission.USE_EXACT_ALARM"
|
||||
android:label="@string/permlab_use_exact_alarm"
|
||||
android:description="@string/permdesc_use_exact_alarm"
|
||||
android:protectionLevel="normal"/>
|
||||
|
||||
<!-- Allows an application to query tablet mode state and monitor changes
|
||||
|
||||
@@ -1132,6 +1132,16 @@
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_useDataInBackground">This app can use data in the background. This may increase data usage.</string>
|
||||
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_schedule_exact_alarm">Schedule precisely timed actions</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_schedule_exact_alarm">This app can schedule work to happen at a desired time in the future. This also means that the app can run when you\u2019re not actively using the device.</string>
|
||||
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_use_exact_alarm">Schedule alarms or event reminders</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_use_exact_alarm">This app can schedule actions like alarms and reminders to notify you at a desired time in the future.</string>
|
||||
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_persistentActivity">make app always run</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
|
||||
Reference in New Issue
Block a user