cmsdk: Minor weather provider string updates

Change-Id: Ic565daa23ad520484b1c5b802ab6f8d83f6653a8
This commit is contained in:
Michael Bestas 2016-04-01 17:09:50 +03:00
parent 3726f6bcb9
commit 42a1a85427
1 changed files with 5 additions and 5 deletions

View File

@ -181,11 +181,11 @@
<!-- Weather Service strings -->
<string name="permlab_weather_read">read weather</string>
<string name="permdesc_weather_read">Allows an app to read content from the weather provider</string>
<string name="permdesc_weather_read">Allows an app to read content from the weather provider.</string>
<string name="permlab_weather_write">update weather provider</string>
<string name="permdesc_weather_write">Allows an app to update the content of the weather provider</string>
<string name="permlab_weather_bind">binds as a weather provider service</string>
<string name="permdesc_weather_bind">Allows an app to be identified as a weather provider service</string>
<string name="permdesc_weather_write">Allows an app to update the content of the weather provider.</string>
<string name="permlab_weather_bind">bind as a weather provider service</string>
<string name="permdesc_weather_bind">Allows an app to be identified as a weather provider service.</string>
<string name="permlab_weather_access_mgr">access weather service</string>
<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>
<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>
</resources>