Unverified Commit fa4d57a0 authored by Gary Qian's avatar Gary Qian Committed by GitHub

Add android:exported property to support API 31 for deferred components test (#92066)

parent 63a64a88
......@@ -16,6 +16,7 @@ found in the LICENSE file. -->
<activity
android:name=".MainActivity"
android:launchMode="singleTop"
android:exported="false"
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