app: Add ACCESS_BACKGROUND_LOCATION permission

Needed for binding to backends when we are in the background.
This commit is contained in:
Peter Cai 2022-06-02 22:58:41 -04:00
parent 0bb25e70ec
commit 0e9fce1ffd
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
xmlns:tools="http://schemas.android.com/tools"
package="org.microg.nlp.app">
<uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<application