LatinIME manifest.
Changed to match minor tweaks made in LatinIMEGoogle. Bug 19773937. Change-Id: I04297459258c068d334b1cc6ffff52d2b4092814
This commit is contained in:
parent
dbf117b661
commit
6c1c337227
1 changed files with 2 additions and 3 deletions
|
@ -133,7 +133,7 @@
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</receiver>
|
</receiver>
|
||||||
|
|
||||||
<receiver android:name=".DictionaryPackInstallBroadcastReceiver" android:exported="false">
|
<receiver android:name="DictionaryPackInstallBroadcastReceiver" android:exported="false">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="com.android.inputmethod.dictionarypack.aosp.UNKNOWN_CLIENT" />
|
<action android:name="com.android.inputmethod.dictionarypack.aosp.UNKNOWN_CLIENT" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
@ -148,8 +148,7 @@
|
||||||
</receiver>
|
</receiver>
|
||||||
|
|
||||||
<!-- Broadcast receiver for AccountManager#LOGIN_ACCOUNTS_CHANGED_ACTION. -->
|
<!-- Broadcast receiver for AccountManager#LOGIN_ACCOUNTS_CHANGED_ACTION. -->
|
||||||
<receiver
|
<receiver android:name=".accounts.AccountsChangedReceiver">
|
||||||
android:name=".accounts.AccountsChangedReceiver">
|
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.accounts.LOGIN_ACCOUNTS_CHANGED" />
|
<action android:name="android.accounts.LOGIN_ACCOUNTS_CHANGED" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
|
Loading…
Reference in a new issue