Skip to content

Commit 58cd254

Browse files
committed
Updates: exported attribute of Main activity to true
This change wont impact the library as this change only affects the Example app. This change has to be made to make sure that the CI passes
1 parent 08fa126 commit 58cd254

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
<activity
1919
android:name=".MainActivity"
20+
android:exported="true"
2021
android:windowSoftInputMode="adjustResize|stateHidden"
2122
android:theme="@style/MainActivityTheme" >
2223

0 commit comments

Comments
 (0)