summaryrefslogtreecommitdiffstats
path: root/AndroidManifest-common.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2018-11-21 14:12:00 -0800
committerSunny Goyal <sunnygoyal@google.com>2018-12-04 20:19:14 -0800
commitef92b8277896890c61cab7e945144c5689ce9151 (patch)
tree93b85c0ebd406b59a4e466adbdfa2b46eae9e64f /AndroidManifest-common.xml
parentaa576bce0251e2be646603c6d2fccd896c5ca5f8 (diff)
downloadandroid_packages_apps_Trebuchet-ef92b8277896890c61cab7e945144c5689ce9151.tar.gz
android_packages_apps_Trebuchet-ef92b8277896890c61cab7e945144c5689ce9151.tar.bz2
android_packages_apps_Trebuchet-ef92b8277896890c61cab7e945144c5689ce9151.zip
Adding support for launcher preview generation
Creating a utility class which generates a launcher preview for a provided InvariantDeviceProfile Bug: 118758696 Change-Id: I0aebeb6eed37f72edd1cc305e58eece305aae3ff
Diffstat (limited to 'AndroidManifest-common.xml')
-rw-r--r--AndroidManifest-common.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/AndroidManifest-common.xml b/AndroidManifest-common.xml
index 1beaea53e..9b8578446 100644
--- a/AndroidManifest-common.xml
+++ b/AndroidManifest-common.xml
@@ -132,6 +132,16 @@
</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