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

Commit ff5be641 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

am: de91bfd2

Change-Id: Ibab3d0b8900bcfdea8145a23bb2f7694bbc37700
parents d26acda2 de91bfd2
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));