Skip to content

Commit

Permalink
update target API
Browse files Browse the repository at this point in the history
  • Loading branch information
wuan committed Mar 27, 2024
1 parent 079670a commit e1c54a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_DATA_SYNC" />

<application
android:name=".BOApplication"
Expand All @@ -30,7 +30,8 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<service android:name=".AppService" />
<service android:name=".AppService"
android:foregroundServiceType="dataSync"/>
<activity
android:name=".Preferences"
android:label="@string/preferences" />
Expand Down

0 comments on commit e1c54a3

Please sign in to comment.