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.
1 parent ebbc134 commit 26f3dedCopy full SHA for 26f3ded
app/src/main/AndroidManifest.xml
@@ -13,7 +13,9 @@
13
android:supportsRtl="true"
14
android:theme="@style/Theme.PaginationMVIFlow"
15
android:usesCleartextTraffic="true">
16
- <activity android:name=".MainActivity">
+ <activity
17
+ android:name=".MainActivity"
18
+ android:exported="true">
19
<intent-filter>
20
<action android:name="android.intent.action.MAIN" />
21
0 commit comments