chore: move tags to play
This commit is contained in:
parent
01cd8674d9
commit
070c03cf2e
|
@ -81,13 +81,5 @@
|
||||||
<data android:mimeType="*/*" />
|
<data android:mimeType="*/*" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</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>
|
</application>
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
|
@ -21,6 +21,16 @@
|
||||||
<meta-data
|
<meta-data
|
||||||
android:name="com.bugsnag.android.API_KEY"
|
android:name="com.bugsnag.android.API_KEY"
|
||||||
android:value="${BugsnagAPIKey}" />
|
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>
|
</application>
|
||||||
|
|
||||||
</manifest>
|
</manifest>
|
Loading…
Reference in New Issue