mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-01-09 03:31:46 +00:00
Rename sttrace_cache variable (#1136)
This commit is contained in:
parent
f2064ab3b1
commit
64e3684d04
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ public class Constants {
|
|||
* Available options cache for preference {@link app_settings#debug_facilities_enabled}
|
||||
* Read via REST API call in {@link RestApi#updateDebugFacilitiesCache} after first successful binary startup.
|
||||
*/
|
||||
public static final String PREF_DEBUG_FACILITIES_AVAILABLE = "sttrace_available_options";
|
||||
public static final String PREF_DEBUG_FACILITIES_AVAILABLE = "debug_facilities_available";
|
||||
|
||||
/**
|
||||
* On Android 8.1, ACCESS_COARSE_LOCATION is required to access WiFi SSID.
|
||||
|
|
Loading…
Reference in a new issue