add android:exported to activity definition in manifest

This commit is contained in:
Akinwale Ariwodola 2019-12-29 07:20:48 +01:00
parent c8736ad26e
commit 0bdbb843fb

View file

@ -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 %}"