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

Commit 3e2b8d27 authored by Michael Bestas's avatar Michael Bestas
Browse files

Improve & fix alarm permission strings

Change-Id: I51751192cc3803d700fffc871bf3007bd8ae5734
parent dfd9f8cc
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -99,11 +99,11 @@
    <string name="activity_not_found">Activity not found!</string>

    <!-- Permissions for reading/writing DeskClock alarms provider -->
    <string name="permlab_write_alarms">Directly change alarm clock alarms</string>
    <string name="permdesc_write_alarms">Allows this application to add, modify or delete all of your alarm clock alarms.</string>
    <string name="permlab_manage_alarms">Access and change your alarms</string>
    <string name="permdesc_manage_alarms">Allows this application to turn on or off your scheduled alarms.</string>
    <string name="permlab_read_alarms">Access and change your alarms</string>
    <string name="permdesc_read_alarms">Allows this application to add, modify and delete all of your alarm clock alarms.</string>
    <string name="alarm_modification_service_desc">An IntentService to allow manipulation of alarms by third parties.</string>
    <string name="permlab_write_alarms">directly change alarms</string>
    <string name="permdesc_write_alarms">Allows an app to add, modify or delete all of your alarms.</string>
    <string name="permlab_manage_alarms">toggle scheduled alarms</string>
    <string name="permdesc_manage_alarms">Allows an app to turn on or off your scheduled alarms.</string>
    <string name="permlab_read_alarms">access scheduled alarms</string>
    <string name="permdesc_read_alarms">Allows an app to read your scheduled alarms.</string>
    <string name="alarm_modification_service_desc">A service to allow manipulation of alarms by third parties.</string>
</resources>