Skip to content

Commit

Permalink
location captured in background
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain Maucourt committed Sep 19, 2020
1 parent ccee042 commit 1527a03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "net.sylvek.itracing2"
minSdkVersion 26
targetSdkVersion 29
versionCode 78
versionName "2.5.3"
versionCode 79
versionName "2.5.4"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 3 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.CALL_PHONE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" />

<application
android:allowBackup="false"
Expand All @@ -30,6 +31,7 @@
android:parentActivityName=".devices.DevicesActivity"/>
<activity android:name=".preferences.PreferencesActivity" android:label="@string/preferences"
android:parentActivityName=".devices.DevicesActivity"/>
<service android:name=".BluetoothLEService"/>
<service android:name=".BluetoothLEService"
android:foregroundServiceType="location"/>
</application>
</manifest>

0 comments on commit 1527a03

Please sign in to comment.