From 9e69abb862db963b2513c0059a660b5fbb054e1a Mon Sep 17 00:00:00 2001 From: Matt Garnes Date: Wed, 14 Oct 2015 13:27:08 -0700 Subject: Improve several permission description Strings. The MODIFY_NETWORK_SETTINGS and MODIFY_SOUND_SETTINGS permissions were not descriptive enough. Improve the strings to enumerate exactly what settings these permissions protect. Fixes FOR-23. Change-Id: Idd64738c21d879462a7e7e6c65ceefdc771f1bcd --- cm/res/AndroidManifest.xml | 4 ++-- cm/res/res/values/strings.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cm/res/AndroidManifest.xml b/cm/res/AndroidManifest.xml index 24667e4..70e0a73 100644 --- a/cm/res/AndroidManifest.xml +++ b/cm/res/AndroidManifest.xml @@ -36,7 +36,7 @@ android:icon="@drawable/ic_launcher_cyanogenmod" android:protectionLevel="normal" /> - + - + Allows an app to publish a quick settings tile. change system network settings - Allows an app to make changes to a restricted set of system network settings. + Allows an app to make changes to the airplane mode and mobile data network settings. change system sound settings - Allows an app to make changes to a restricted set of system sound settings. + Allows an app to make changes to the interruption mode sound settings. bind to a custom tile listener service Allows the app to bind to the top-level interface of a custom tile listener service. -- cgit v1.1