Unverified Commit 94999f70 authored by Gary Qian's avatar Gary Qian Committed by GitHub

Set exported to true to allow external adb to start app for CI (#92118)

parent e00d87ff
......@@ -16,7 +16,7 @@ found in the LICENSE file. -->
<activity
android:name=".MainActivity"
android:launchMode="singleTop"
android:exported="false"
android:exported="true"
android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:hardwareAccelerated="true"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment