renamed KeychainIntentService to KeychainService

This commit is contained in:
Adithya Abraham Philip
2015-06-01 17:43:00 +05:30
parent 14a08361e5
commit 6bc40d12ad
28 changed files with 196 additions and 198 deletions

View File

@@ -719,7 +719,7 @@
android:exported="false"
android:process=":remote_api" />
<service
android:name=".service.KeychainIntentService"
android:name=".service.KeychainService"
android:exported="false" />
<service
android:name=".service.CloudImportService"