Skip to content
This repository was archived by the owner on Dec 18, 2022. It is now read-only.

Commit 524731a

Browse files
committed
add exported flag (sdk 31 requirement)
1 parent de12593 commit 524731a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

sampleapp/src/main/AndroidManifest.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@
1515
android:roundIcon="@mipmap/ic_launcher_round"
1616
android:supportsRtl="true"
1717
android:theme="@style/AppTheme">
18-
<activity android:name=".ui.MainActivity"
18+
<activity
19+
android:name=".ui.MainActivity"
20+
android:exported="true"
1921
android:launchMode="singleInstance"
20-
android:screenOrientation="portrait" >
22+
android:screenOrientation="portrait">
2123
<intent-filter>
2224
<action android:name="android.intent.action.MAIN" />
2325

0 commit comments

Comments
 (0)