mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
LatinIME manifest.
Changed to match minor tweaks made in LatinIMEGoogle. Bug 19773937. Change-Id: I04297459258c068d334b1cc6ffff52d2b4092814
This commit is contained in:
parent
dbf117b661
commit
6c1c337227
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user