mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-27 21:16:48 +00:00
Set android:exporter property
Ref: https://developer.android.com/about/versions/12/behavior-changes-12#exported
This commit is contained in:
parent
21a9fbe46e
commit
e43659d91f
@ -23,6 +23,7 @@
|
||||
android:value="2" />
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:exported="false"
|
||||
android:launchMode="singleTop"
|
||||
android:theme="@style/LaunchTheme"
|
||||
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
|
||||
|
Loading…
x
Reference in New Issue
Block a user