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

Commit 21f14104 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add descriptions for exact alarm permissions"

parents 143192c8 73a84ffd
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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
+10 −0
Original line number Diff line number Diff line
@@ -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. -->