The bluetooth pairing page cannot be exited, disable it for now.
Change-Id: Ife3d13a77da7e40a1a5e1963eb164c44cb088f2d
This commit is contained in:
@@ -237,9 +237,7 @@ public class SetupWizardUtils {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static void disableComponentsForMissingFeatures(Context context) {
|
public static void disableComponentsForMissingFeatures(Context context) {
|
||||||
if (!hasLeanback(context)) {
|
disableComponent(context, BluetoothSetupActivity.class);
|
||||||
disableComponent(context, BluetoothSetupActivity.class);
|
|
||||||
}
|
|
||||||
if (!hasFingerprint(context)) {
|
if (!hasFingerprint(context)) {
|
||||||
disableComponent(context, FingerprintActivity.class);
|
disableComponent(context, FingerprintActivity.class);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user