Add explicit android:exported value for Android 12

This commit is contained in:
Cameron Gutman 2021-02-27 15:46:23 -06:00
parent e8f847065b
commit e636a7171b

View File

@ -64,6 +64,7 @@
<activity
android:name=".PcView"
android:exported="true"
android:resizeableActivity="true"
android:configChanges="mcc|mnc|touchscreen|keyboard|keyboardHidden|navigation|screenLayout|fontScale|uiMode|orientation|screenSize|smallestScreenSize|layoutDirection">
<intent-filter>