Skip to content

Commit

Permalink
Test on physical device under Android 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Catfriend1 committed Oct 20, 2019
1 parent 1833efb commit 76a8a4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public WifiSsidPreference(Context context) {
protected void showDialog(Bundle state) {
SharedPreferences sharedPreferences = getSharedPreferences();
Set<String> knownSsids;
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q) {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q || true) {
knownSsids = sharedPreferences.getStringSet(Constants.PREF_KNOWN_WIFI_SSIDS, new HashSet<>());
String currentWifiSsid = getCurrentWifiSsid();
if (!TextUtils.isEmpty(currentWifiSsid)) {
Expand Down

0 comments on commit 76a8a4a

Please sign in to comment.