app: Add ACCESS_BACKGROUND_LOCATION permission
Needed for binding to backends when we are in the background.
This commit is contained in:
parent
0bb25e70ec
commit
0e9fce1ffd
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue