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

This commit is contained in:
Gary Qian 2021-10-19 07:50:34 -07:00 committed by GitHub
parent 63a64a8875
commit fa4d57a00b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"