auto import from //branches/cupcake/...@126645

This commit is contained in:
The Android Open Source Project
2009-01-15 16:12:13 -08:00
parent 5962e18d0e
commit 1152aff9d0
33 changed files with 4994 additions and 1923 deletions

View File

@@ -192,7 +192,7 @@ public class WifiSettings extends PreferenceActivity implements WifiLayer.Callba
return true;
case MENU_ID_ADVANCED:
Intent intent = new Intent(this, IpSettings.class);
Intent intent = new Intent(this, AdvancedSettings.class);
startActivity(intent);
return true;