Remove unused function disableComponentsForMissingFeatures
Change-Id: Ib4b3099f37ed089809ba5d06dec235512bfe10e3
This commit is contained in:
committed by
Bruno Martins
parent
ddd0c8d7ac
commit
3ba6626aab
@@ -62,7 +62,6 @@ public class SetupWizardApp extends Application {
|
||||
if (LOGV) {
|
||||
Log.v(TAG, "onCreate()");
|
||||
}
|
||||
SetupWizardUtils.disableComponentsForMissingFeatures(this);
|
||||
sStatusBarManager = SetupWizardUtils.disableStatusBar(this);
|
||||
mHandler.postDelayed(mRadioTimeoutRunnable, SetupWizardApp.RADIO_READY_TIMEOUT);
|
||||
if (SetupWizardUtils.hasGMS(this)) {
|
||||
|
@@ -231,10 +231,6 @@ public class SetupWizardUtils {
|
||||
};
|
||||
}
|
||||
|
||||
public static void disableComponentsForMissingFeatures(Context context) {
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Disable the Home component, which is presumably SetupWizardActivity at this time.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user