chore: move tags to play

This commit is contained in:
GleidsonDaniel 2023-09-28 17:23:38 -03:00
parent 01cd8674d9
commit 070c03cf2e
2 changed files with 10 additions and 8 deletions

View File

@ -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>

View File

@ -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>