cmsdk: Improve data usage strings
Change-Id: Iea97226f3a1a7bfc1d79e90f046e5a634d9fedf7
This commit is contained in:
parent
6b879f36e4
commit
45f1e04519
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user