We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
android:exported
1 parent ac872f8 commit f9a1dbfCopy full SHA for f9a1dbf
lib/utilcode/src/main/AndroidManifest.xml
@@ -5,12 +5,14 @@
5
6
<activity
7
android:name="com.blankj.utilcode.util.UtilsTransActivity4MainProcess"
8
+ android:exported="false"
9
android:configChanges="orientation|keyboardHidden|screenSize"
10
android:theme="@style/ActivityTranslucent"
11
android:windowSoftInputMode="stateHidden|stateAlwaysHidden" />
12
13
14
android:name="com.blankj.utilcode.util.UtilsTransActivity"
15
16
17
android:multiprocess="true"
18
0 commit comments