Revert "The bluetooth pairing page cannot be exited, disable it for now."

This reverts commit d82d392226.

Change-Id: I844fad7da76cc18e8f1d7f1e9aed2ba36a46e107
This commit is contained in:
Abhisek Devkota
2017-10-22 17:28:23 -07:00
parent 74191b026e
commit e7dce25fe8

View File

@@ -226,7 +226,9 @@ public class SetupWizardUtils {
}
public static void disableComponentsForMissingFeatures(Context context) {
disableComponent(context, BluetoothSetupActivity.class);
if (!hasLeanback(context)) {
disableComponent(context, BluetoothSetupActivity.class);
}
if (!hasFingerprint(context)) {
disableComponent(context, FingerprintActivity.class);
}