Skip to content

Commit

Permalink
fix AndroidManifest
Browse files Browse the repository at this point in the history
  • Loading branch information
AGulev committed Apr 9, 2022
1 parent c902e25 commit a5ce233
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extension-push/manifests/android/AndroidManifest.xml
Expand Up @@ -25,6 +25,7 @@
<activity android:name="com.defold.push.PushDispatchActivity"
android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:launchMode="singleTask"
android:exported="false"
android:configChanges="keyboardHidden|orientation|screenSize">
<intent-filter>
<action android:name="com.defold.push.FORWARD" />
Expand Down

0 comments on commit a5ce233

Please sign in to comment.