Skip to content

Commit f9a1dbf

Browse files
committed
Explicitly specify android:exported to make compatible with Android 12.
1 parent ac872f8 commit f9a1dbf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/utilcode/src/main/AndroidManifest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55

66
<activity
77
android:name="com.blankj.utilcode.util.UtilsTransActivity4MainProcess"
8+
android:exported="false"
89
android:configChanges="orientation|keyboardHidden|screenSize"
910
android:theme="@style/ActivityTranslucent"
1011
android:windowSoftInputMode="stateHidden|stateAlwaysHidden" />
1112

1213
<activity
1314
android:name="com.blankj.utilcode.util.UtilsTransActivity"
15+
android:exported="false"
1416
android:configChanges="orientation|keyboardHidden|screenSize"
1517
android:multiprocess="true"
1618
android:theme="@style/ActivityTranslucent"

0 commit comments

Comments
 (0)