Merge pull request #1644 from misaochan/fix-automatic-location

Remove current location retrieval from upload process entirely
This commit is contained in:
Vivek Maskara 2018-07-07 22:50:41 +05:30 committed by GitHub
commit 2d831c089d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 23 additions and 189 deletions

View file

@ -38,16 +38,8 @@
</PreferenceCategory>
<PreferenceCategory
android:title="@string/preference_category_location">
<SwitchPreference
android:key="allowGps"
android:title="@string/allow_gps"
android:defaultValue="false"
android:summary="@string/allow_gps_summary" />
</PreferenceCategory>
<!-- The key 'allowGps' was used before and has since been removed based on the discussion at #1599.
Do not reuse this key unless you revive the same feature with the changes mentioned at #1599.-->
<PreferenceCategory
android:title="@string/preference_category_feedback">