Skip to content

Commit

Permalink
Stop exporting Showkase activity (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinaygaba authored Sep 19, 2023
1 parent 4e12cd8 commit 696e2b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions showkase/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
android:name="com.airbnb.android.showkase.ui.ShowkaseBrowserActivity"
android:configChanges="colorMode|density|fontScale|keyboard|keyboardHidden|layoutDirection|locale|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode"
android:label="ShowkaseBrowserActivity"
android:theme="@style/Theme.App.NoActionBar"
android:exported="true">
android:theme="@style/Theme.App.NoActionBar">
</activity>
</application>
</manifest>

0 comments on commit 696e2b7

Please sign in to comment.