Merge "VmLauncher app is not launchable from the home app" into main am: 6a8d2089eb
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Virtualization/+/3175320
Change-Id: I008427e316d9a82fa7aeae18bc9e32a1023d1d1e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/vmlauncher_app/AndroidManifest.xml b/vmlauncher_app/AndroidManifest.xml
index f39e53b..32724f8 100644
--- a/vmlauncher_app/AndroidManifest.xml
+++ b/vmlauncher_app/AndroidManifest.xml
@@ -15,20 +15,10 @@
android:theme="@style/MyTheme"
android:exported="true">
<intent-filter>
- <action android:name="android.intent.action.MAIN" />
<action android:name="android.virtualization.VM_LAUNCHER" />
<category android:name="android.intent.category.DEFAULT" />
- </intent-filter>
+ </intent-filter>
</activity>
- <activity-alias android:name=".MainActivityAlias"
- android:targetActivity="com.android.virtualization.vmlauncher.MainActivity"
- android:exported="true"
- android:enabled="false">
- <intent-filter>
- <action android:name="android.intent.action.MAIN" />
- <category android:name="android.intent.category.LAUNCHER" />
- </intent-filter>
- </activity-alias>
</application>
</manifest>