Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
[#324] Fix production AndroidManifest.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
francisli committed Nov 16, 2023
1 parent 4be92f2 commit 1934cf9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@
<uses-permission android:name="android.permission.WAKE_LOCK" />

<application
android:allowBackup="false"
android:name=".MainApplication"
android:label="@string/app_name"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:theme="@style/AppTheme">
android:theme="@style/AppTheme"
tools:replace="android:allowBackup">

<meta-data android:name="com.dieam.reactnativepushnotification.notification_channel_name"
android:value="intentional-walk"/>
Expand Down Expand Up @@ -42,7 +44,6 @@
</service>

<activity
android:allowBackup="false"
android:name=".MainActivity"
android:exported="true"
android:label="@string/app_name"
Expand Down

0 comments on commit 1934cf9

Please sign in to comment.