diff options
author | Abhishek Aggarwal <warabhishek@e.email> | 2022-09-12 07:03:01 +0000 |
---|---|---|
committer | Abhishek Aggarwal <warabhishek@e.email> | 2022-09-12 07:03:01 +0000 |
commit | fe1fbfb2d2a9c03a0579e4159977939840b15f1d (patch) | |
tree | 86fbf9a53913ca033f3d962860cd6e0a43d27bc0 /fakelocation/src/main/java | |
parent | 3044aaa8773a1452476525825dc27ce9c0f2812b (diff) | |
parent | 93eb6d08924abd35c23b074f8a16304467f4be2e (diff) |
Merge branch '000-main-build_issues' into 'main'
pvc: fix build issues
See merge request e/os/advanced-privacy!86
Diffstat (limited to 'fakelocation/src/main/java')
-rw-r--r-- | fakelocation/src/main/java/foundation/e/privacymodules/fakelocation/FakeLocationModule.kt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fakelocation/src/main/java/foundation/e/privacymodules/fakelocation/FakeLocationModule.kt b/fakelocation/src/main/java/foundation/e/privacymodules/fakelocation/FakeLocationModule.kt index cd01e95..709963d 100644 --- a/fakelocation/src/main/java/foundation/e/privacymodules/fakelocation/FakeLocationModule.kt +++ b/fakelocation/src/main/java/foundation/e/privacymodules/fakelocation/FakeLocationModule.kt @@ -27,7 +27,6 @@ import android.location.provider.ProviderProperties import android.os.Build import android.os.SystemClock import android.util.Log -import foundation.e.privacymodules.location.IFakeLocationModule /** * Implementation of the functionality of fake location. |