add android:exported to activity definition in manifest
This commit is contained in:
parent
c8736ad26e
commit
0bdbb843fb
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@
|
|||
<activity android:name="com.facebook.react.devsupport.DevSettingsActivity" />
|
||||
|
||||
<activity android:name="io.lbry.browser.MainActivity"
|
||||
android:exported="true"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/LbryAppTheme"
|
||||
android:configChanges="keyboardHidden|orientation{% if args.min_sdk_version >= 13 %}|screenSize{% endif %}"
|
||||
|
|
Loading…
Reference in a new issue