Added a status for the current location in preferences and tracking for it in the SyncAdapter.
This commit is contained in:
@@ -42,6 +42,9 @@
|
||||
<!-- Key name for storing location in SharedPreferences [CHAR LIMIT=NONE] -->
|
||||
<string name="pref_location_key" translatable="false">location</string>
|
||||
|
||||
<!-- Key name for storing location status in SharedPreferences -->
|
||||
<string name="pref_location_status_key" translatable="false">loc-status</string>
|
||||
|
||||
<!-- Default postal code for location preference [CHAR LIMIT=NONE] -->
|
||||
<string name="pref_location_default" translatable="false">94043</string>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user