Merge "Fix NFC UI is not available when switching to 2nd user" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
c56bcb5e7f
@@ -47,9 +47,6 @@ public class NfcAndPaymentFragmentController extends BasePreferenceController {
|
||||
PackageManager.FEATURE_NFC_HOST_CARD_EMULATION)) {
|
||||
return UNSUPPORTED_ON_DEVICE;
|
||||
}
|
||||
if (!mUserManager.isAdminUser()) {
|
||||
return DISABLED_FOR_USER;
|
||||
}
|
||||
return AVAILABLE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user