From eab77a885f6cca1d785ca57c4cd9182dc1a898cf Mon Sep 17 00:00:00 2001 From: Leonard Kugis Date: Sat, 23 Dec 2023 00:52:30 +0100 Subject: Implemented altitude/speed/jitter parameters --- app/src/main/res/layout/fragment_fake_location.xml | 103 +++++++++++++++++++++ app/src/main/res/values/strings.xml | 4 + 2 files changed, 107 insertions(+) (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/fragment_fake_location.xml b/app/src/main/res/layout/fragment_fake_location.xml index 5da95e1..47ed7da 100644 --- a/app/src/main/res/layout/fragment_fake_location.xml +++ b/app/src/main/res/layout/fragment_fake_location.xml @@ -83,6 +83,109 @@ /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Manage my location Your location can reveal a lot about yourself or your activities.\n\nManage my location enables you to use a fake location instead of your real position. This way, your real location isn\'t shared with applications that might be snooping too much. + Altitude [m] + Speed [km/h] + Jitter [m] + Enable joystick Use my real location Use a random plausible location Use a specific location -- cgit v1.2.1