Skip to content

Commit

Permalink
Merge 1900aa8 into c573776
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve-Mr authored Jun 27, 2023
2 parents c573776 + 1900aa8 commit 1ce5dcb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<manifest xmlns:tools="http://schemas.android.com/tools"
xmlns:android="http://schemas.android.com/apk/res/android">

<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
Expand All @@ -14,7 +15,9 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.LiveInPeace">
android:enableOnBackInvokedCallback="true"
android:theme="@style/Theme.LiveInPeace"
tools:ignore="UnusedAttribute">

<activity android:name=".HistoryActivity" android:theme="@style/Theme.LiveInPeace"/>

Expand Down

0 comments on commit 1ce5dcb

Please sign in to comment.