Loading privacymodulese/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ android { minSdkVersion 26 targetSdkVersion 29 versionCode 3 versionName "0.4.2" versionName "0.4.3" consumerProguardFiles "consumer-rules.pro" } Loading privacymodulese/src/main/java/foundation/e/privacymodules/location/FakeLocationModule.kt +1 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ class FakeLocationModule(protected val context: Context): IFakeLocationModule { /** * @see IFakeLocationModule.startFakeLocation */ @Synchronized override fun startFakeLocation() { providers.forEach { provider -> try { Loading Loading
privacymodulese/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ android { minSdkVersion 26 targetSdkVersion 29 versionCode 3 versionName "0.4.2" versionName "0.4.3" consumerProguardFiles "consumer-rules.pro" } Loading
privacymodulese/src/main/java/foundation/e/privacymodules/location/FakeLocationModule.kt +1 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ class FakeLocationModule(protected val context: Context): IFakeLocationModule { /** * @see IFakeLocationModule.startFakeLocation */ @Synchronized override fun startFakeLocation() { providers.forEach { provider -> try { Loading