From 7f177049748883b92a81caea0d49bc6faf838b82 Mon Sep 17 00:00:00 2001 From: Adnan Begovic Date: Tue, 1 Sep 2015 17:04:27 -0700 Subject: cmsdk: Add permissions for ALARMS. Change-Id: Ibf8f8a51b97d4c90dcddb11f093e64d82b478f44 --- cm/res/AndroidManifest.xml | 22 ++++++++++++++++++++++ cm/res/res/values/strings.xml | 12 ++++++++++++ 2 files changed, 34 insertions(+) (limited to 'cm') diff --git a/cm/res/AndroidManifest.xml b/cm/res/AndroidManifest.xml index 35fdd0c..2c18466 100644 --- a/cm/res/AndroidManifest.xml +++ b/cm/res/AndroidManifest.xml @@ -88,6 +88,28 @@ android:description="@string/permdesc_writeSecureSettings" android:protectionLevel="signature|system|development" /> + + + + + + + + + use hardware framework Allows an app access to the CM hardware framework. + + directly change alarms + Allows an app to add, modify or delete all of your alarms. + + + toggle scheduled alarms + Allows an app to turn on or off your scheduled alarms. + + + access scheduled alarms + Allows an app to read your scheduled alarms. + modify CM system settings Allows an app to modify CM system settings. -- cgit v1.1