cmsdk: Improve data usage strings

Change-Id: Iea97226f3a1a7bfc1d79e90f046e5a634d9fedf7
This commit is contained in:
Michael Bestas 2016-04-04 19:03:17 +03:00
parent 6b879f36e4
commit 45f1e04519
1 changed files with 4 additions and 4 deletions

View File

@ -190,12 +190,12 @@
<string name="permdesc_weather_access_mgr">Allows an app to access the weather service in the system. Should never be needed for normal apps.</string>
<!-- DataUsageProvider write permission title -->
<string name="permlab_dataUsageWrite">modify data usage db</string>
<string name="permlab_dataUsageWrite">modify data usage database</string>
<!-- DataUsageProvider write permission description -->
<string name="permdesc_dataUsageWrite">Allows write access to the DataUsage db</string>
<string name="permdesc_dataUsageWrite">Allows an app to update the content of the data usage database.</string>
<!-- DataUsageProvider read permission title -->
<string name="permlab_dataUsageRead">read data usage db</string>
<string name="permlab_dataUsageRead">read data usage database</string>
<!-- DataUsageProvider read permission description -->
<string name="permdesc_dataUsageRead">Allows read access to the DataUsage db</string>
<string name="permdesc_dataUsageRead">Allows an app to read content from the data usage database.</string>
</resources>