Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit de91bfd2 authored by Peter Qiu's avatar Peter Qiu Committed by android-build-merger
Browse files

Osu: temporarily comment out the usage of deprecated intent definitions

am: 06b63dcb

Change-Id: I6c418dbecc72ac5c4e245fff06fabfe23b443c23
parents c4d5850d 06b63dcb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -246,6 +246,8 @@ public class MainActivity extends Activity {
                case WifiManager.SCAN_RESULTS_AVAILABLE_ACTION:
                    mOsuManager.pushScanResults(wifiManager.getScanResults());
                    break;
                // TODO(b/32883320): use updated intent.
                /*
                case WifiManager.PASSPOINT_WNM_FRAME_RECEIVED_ACTION:
                    long bssid = bundle.getLong(WifiManager.EXTRA_PASSPOINT_WNM_BSSID);
                    String url = bundle.getString(WifiManager.EXTRA_PASSPOINT_WNM_URL);
@@ -282,6 +284,7 @@ public class MainActivity extends Activity {
                            bundle.getString(WifiManager.EXTRA_PASSPOINT_ICON_FILE),
                            bundle.getByteArray(WifiManager.EXTRA_PASSPOINT_ICON_DATA));
                    break;
                */
                case WifiManager.CONFIGURED_NETWORKS_CHANGED_ACTION:
                    mOsuManager.networkConfigChange((WifiConfiguration)
                            intent.getParcelableExtra(WifiManager.EXTRA_WIFI_CONFIGURATION));