From 1ee5f204cc7a8b2ce869897c28145b38cc06e629 Mon Sep 17 00:00:00 2001 From: gkipnis Date: Thu, 11 Feb 2016 15:36:08 -0800 Subject: Added READ_DATAUSAGE and WRITE_DATAUSAGE permissions These permissions are used to control access to the DataUsageProvider Change-Id: I3c0df3900c964d274081fe3bd9038705334819c8 --- cm/res/AndroidManifest.xml | 12 ++++++++++++ cm/res/res/values/strings.xml | 10 ++++++++++ 2 files changed, 22 insertions(+) (limited to 'cm/res') diff --git a/cm/res/AndroidManifest.xml b/cm/res/AndroidManifest.xml index b403d1e..3565673 100644 --- a/cm/res/AndroidManifest.xml +++ b/cm/res/AndroidManifest.xml @@ -227,4 +227,16 @@ android:killAfterRestore="false" android:supportsRtl="true"/> + + + + + + diff --git a/cm/res/res/values/strings.xml b/cm/res/res/values/strings.xml index 887062f..aa0d0de 100644 --- a/cm/res/res/values/strings.xml +++ b/cm/res/res/values/strings.xml @@ -188,4 +188,14 @@ Allows an app to be identified as a weather provider service. access weather service Allows an app to access the weather service in the system. Should never be needed for normal apps. + + + modify data usage db + + Allows write access to the DataUsage db + + + read data usage db + + Allows read access to the DataUsage db -- cgit v1.1