Skip to content

Commit

Permalink
Merge pull request #1580 from zhaobozhen/master
Browse files Browse the repository at this point in the history
Explicitly specify `android:exported` to make compatible with Android 12
  • Loading branch information
Blankj authored Jul 18, 2022
2 parents 4c8c5d2 + f9a1dbf commit 85f217f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/utilcode/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@

<activity
android:name="com.blankj.utilcode.util.UtilsTransActivity4MainProcess"
android:exported="false"
android:configChanges="orientation|keyboardHidden|screenSize"
android:theme="@style/ActivityTranslucent"
android:windowSoftInputMode="stateHidden|stateAlwaysHidden" />

<activity
android:name="com.blankj.utilcode.util.UtilsTransActivity"
android:exported="false"
android:configChanges="orientation|keyboardHidden|screenSize"
android:multiprocess="true"
android:theme="@style/ActivityTranslucent"
Expand Down

0 comments on commit 85f217f

Please sign in to comment.