OSDN Git Service

[WifiSetup] Don't show menu during setup
authorMaurice Lam <yukl@google.com>
Thu, 18 Dec 2014 19:36:16 +0000 (11:36 -0800)
committerMaurice Lam <yukl@google.com>
Wed, 21 Jan 2015 17:48:42 +0000 (09:48 -0800)
commitd9165c06a4fc06f0f7b460578a3ac6b33520ae62
tree45ed9628277b4a2ba5761d0d73e3675c16ba622b
parent50f2081f6bebfa68669e8363baa036da468e9e9b
[WifiSetup] Don't show menu during setup

Hides the menu during Wi-Fi setup -- we removed the menu button from
the UI but the menu can still be started with a hardware menu button.
This change removes that ability as well (during setup).

If you want to test on a device without a hardware menu button, you
can use the command
    adb shell input keyevent 82

Change-Id: Ibe3cc679353a83c995e24680c3e7dc1575d32fe0
src/com/android/settings/wifi/WifiSettingsForSetupWizard.java