chore: move tags to play
This commit is contained in:
parent
01cd8674d9
commit
070c03cf2e
|
@ -81,13 +81,5 @@
|
|||
<data android:mimeType="*/*" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity
|
||||
android:name="chat.rocket.reactnative.CustomCallActivity"
|
||||
android:showWhenLocked="true"
|
||||
android:turnScreenOn="true"
|
||||
android:launchMode="singleTop"
|
||||
android:showOnLockScreen="true"
|
||||
android:theme="@style/AppTheme"
|
||||
/>
|
||||
</application>
|
||||
</manifest>
|
||||
|
|
|
@ -21,6 +21,16 @@
|
|||
<meta-data
|
||||
android:name="com.bugsnag.android.API_KEY"
|
||||
android:value="${BugsnagAPIKey}" />
|
||||
<activity
|
||||
android:name="chat.rocket.reactnative.CustomCallActivity"
|
||||
android:showWhenLocked="true"
|
||||
android:turnScreenOn="true"
|
||||
android:launchMode="singleTop"
|
||||
android:showOnLockScreen="true"
|
||||
android:theme="@style/AppTheme"
|
||||
/>
|
||||
<meta-data android:name="com.google.firebase.messaging.default_notification_icon"
|
||||
android:resource="@drawable/ic_notification" />
|
||||
</application>
|
||||
|
||||
</manifest>
|
Loading…
Reference in New Issue