Skip to content

Commit

Permalink
Fix activity export
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Artikov committed Nov 29, 2021
1 parent 2e4b45b commit ff1ba9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compose-sample/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
android:name="me.aartikov.sesamecomposesample.MainActivity"
android:windowSoftInputMode="adjustResize"
android:configChanges="density|fontScale|keyboard|keyboardHidden|layoutDirection|locale|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode"
android:exported="false">
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>

Expand Down
4 changes: 3 additions & 1 deletion sample/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity android:name="me.aartikov.sesamesample.MainActivity">
<activity
android:name="me.aartikov.sesamesample.MainActivity"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down

0 comments on commit ff1ba9e

Please sign in to comment.