LatinIME manifest.

Changed to match minor tweaks made in LatinIMEGoogle.

Bug 19773937.

Change-Id: I04297459258c068d334b1cc6ffff52d2b4092814
main
Dan Zivkovic 2015-03-19 15:36:51 -07:00
parent dbf117b661
commit 6c1c337227
1 changed files with 2 additions and 3 deletions

View File

@ -133,7 +133,7 @@
</intent-filter>
</receiver>
<receiver android:name=".DictionaryPackInstallBroadcastReceiver" android:exported="false">
<receiver android:name="DictionaryPackInstallBroadcastReceiver" android:exported="false">
<intent-filter>
<action android:name="com.android.inputmethod.dictionarypack.aosp.UNKNOWN_CLIENT" />
</intent-filter>
@ -148,8 +148,7 @@
</receiver>
<!-- Broadcast receiver for AccountManager#LOGIN_ACCOUNTS_CHANGED_ACTION. -->
<receiver
android:name=".accounts.AccountsChangedReceiver">
<receiver android:name=".accounts.AccountsChangedReceiver">
<intent-filter>
<action android:name="android.accounts.LOGIN_ACCOUNTS_CHANGED" />
</intent-filter>