summaryrefslogtreecommitdiffstats
path: root/AndroidManifest-common.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2018-12-27 08:15:46 -0800
committerSunny Goyal <sunnygoyal@google.com>2018-12-27 08:16:10 -0800
commit3219c4f3c860477ad648035461c99e79ab23dcf4 (patch)
treeb92e5bf2a8ff2d018b1ea8581f7badae613db820 /AndroidManifest-common.xml
parent3446fb65c4f2346bf87ffdb62f3afb594f42c03d (diff)
downloadandroid_packages_apps_Trebuchet-3219c4f3c860477ad648035461c99e79ab23dcf4.tar.gz
android_packages_apps_Trebuchet-3219c4f3c860477ad648035461c99e79ab23dcf4.tar.bz2
android_packages_apps_Trebuchet-3219c4f3c860477ad648035461c99e79ab23dcf4.zip
Removing dummy activity added for preview development
Bug: 121414492 Change-Id: I8ae4643f871af259dab04a5b37acfb49d59d6261
Diffstat (limited to 'AndroidManifest-common.xml')
-rw-r--r--AndroidManifest-common.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/AndroidManifest-common.xml b/AndroidManifest-common.xml
index 71f638f02..d7c16e650 100644
--- a/AndroidManifest-common.xml
+++ b/AndroidManifest-common.xml
@@ -132,16 +132,6 @@
</intent-filter>
</activity>
- <!-- TODO: Remove -->
- <activity android:name="com.android.launcher3.util.MyActivity"
- android:theme="@style/AppTheme">
- <intent-filter>
- <action android:name="android.intent.action.MAIN" />
- <category android:name="android.intent.category.LAUNCHER" />
- <category android:name="android.intent.category.DEFAULT" />
- </intent-filter>
- </activity>
-
<!--
Should point to the content provider which can be used to dump Launcher3 compatible
worspace configuration to the dump's file descriptor by using launcher_dump.proto