changed sync name

This commit is contained in:
Adithya Abraham Philip
2015-08-16 14:32:35 +05:30
parent 65a993446c
commit 6af24527da
2 changed files with 5 additions and 1 deletions

View File

@@ -723,10 +723,13 @@
android:name=".service.KeychainService"
android:exported="false" />
<!-- label is made to be "Keyserver Sync" since that is the only context in which
the user will see it-->
<provider
android:name=".provider.KeychainProvider"
android:authorities="${applicationId}.provider"
android:exported="false" />
android:exported="false"
android:label="@string/keyserver_sync_settings_title"/>
<!-- Internal classes of the remote APIs (not exported) -->
<activity