Added a status for the current location in preferences and tracking for it in the SyncAdapter.

This commit is contained in:
Dan Galpin
2015-05-24 14:19:31 -07:00
parent a8ff5df119
commit d4c9c26277
2 changed files with 21 additions and 1 deletions

View File

@@ -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>