aboutsummaryrefslogtreecommitdiffstats
path: root/java/AndroidManifest.xml
diff options
context:
space:
mode:
authorYohei Yukawa <yukawa@google.com>2014-07-04 16:36:54 +0900
committerYohei Yukawa <yukawa@google.com>2014-07-04 20:50:00 +0900
commit052ec62abd577182af8d5b50564d8075b18be3c9 (patch)
tree78e6e703b1b4ce155ff804cd73f518cdd465f871 /java/AndroidManifest.xml
parent3895d7f8dc2e4999947f61220b86fa148f433413 (diff)
downloadlatinime-052ec62abd577182af8d5b50564d8075b18be3c9.tar.gz
latinime-052ec62abd577182af8d5b50564d8075b18be3c9.tar.xz
latinime-052ec62abd577182af8d5b50564d8075b18be3c9.zip
Restore additional subtypes when the package is updated
With this CL, Intent#ACTION_MY_PACKAGE_REPLACED will not only update the visibility of the setup activity but also reconstruct additional subtypes. This is important because the system always removes all the additional subtypes whenever the package is updated. BUG: 15890448 Change-Id: Ic36ea68f50b1ac89b4cbd268ee53f9a5e5d60afd
Diffstat (limited to 'java/AndroidManifest.xml')
-rw-r--r--java/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/AndroidManifest.xml b/java/AndroidManifest.xml
index 6f4e602ce..ab9b13eb5 100644
--- a/java/AndroidManifest.xml
+++ b/java/AndroidManifest.xml
@@ -77,7 +77,7 @@
</intent-filter>
</activity>
- <receiver android:name=".setup.LauncherIconVisibilityManager">
+ <receiver android:name="SystemBroadcastReceiver">
<intent-filter>
<action android:name="android.intent.action.MY_PACKAGE_REPLACED" />
<action android:name="android.intent.action.BOOT_COMPLETED" />