File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/Tracked.Android/Properties Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionCode =" 9 " android : versionName =" 1.3.5 " package =" com.samorme.tracked" android : installLocation =" internalOnly" >
3- <uses-sdk android : minSdkVersion =" 29" android : targetSdkVersion =" 30" />
4- <application >
5- <service android : enabled =" true" android : foregroundServiceType =" location" android : exported =" false" android : name =" com.samorme.tracked.LocationService" />
6- </application >
2+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionCode =" 10 " android : versionName =" 1.3.6 " package =" com.samorme.tracked" android : installLocation =" internalOnly" >
3+ <uses-sdk android : minSdkVersion =" 29" android : targetSdkVersion =" 30" />
4+ <application >
5+ <service android : enabled =" true" android : foregroundServiceType =" location" android : exported =" false" android : name =" com.samorme.tracked.LocationService" />
6+ </application >
77</manifest >
You can’t perform that action at this time.
0 commit comments