Skip to content

Commit dabf845

Browse files
committed
Fix bug building testapp
Needed the exported flag Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
1 parent 00582aa commit dabf845

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testapp/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
android:theme="@style/AppTheme"
1717
tools:ignore="GoogleAppIndexingWarning">
1818

19-
<activity android:name=".MainActivity">
19+
<activity android:name=".MainActivity" android:exported="true">
2020
<intent-filter>
2121
<action android:name="android.intent.action.MAIN" />
2222

0 commit comments

Comments
 (0)