commit | 0686c91923e18cbb02027d767bad73f544053905 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Wed Jun 09 23:39:07 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jun 09 23:39:07 2021 +0000 |
tree | 705ae46f1c24fe8b04ee1beb7ffa0d447a671fa2 | |
parent | 0c8bf69d4a530e809ed2fda5e07f2c181bde8b14 [diff] | |
parent | ec3c8ce8e8b20e2ec25f0cef165f873aec66d7ad [diff] |
Merge "Explicitly export the main activity of the test apk" am: ec3c8ce8e8 Original change: https://android-review.googlesource.com/c/platform/packages/modules/Virtualization/+/1731590 Change-Id: Icaa5311a7d22d7b43db030ba669d3a7afa7ceced
diff --git a/tests/testapk/AndroidManifest.xml b/tests/testapk/AndroidManifest.xml index 05ebb4e..74ae206 100644 --- a/tests/testapk/AndroidManifest.xml +++ b/tests/testapk/AndroidManifest.xml
@@ -15,7 +15,7 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.microdroid.test"> <application android:label="Microdroid Test"> - <activity android:name="TestActivity"> + <activity android:name="TestActivity" android:exported="true"> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" />