Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f72a53a5 authored by Roshan Pius's avatar Roshan Pius Committed by Cherrypicker Worker
Browse files

Implement DISALLOW_NFC AE user restriction

Bug: 271452372
Test: Compiles
(cherry picked from https://android-review.googlesource.com/q/commit:07c1baaaf6ee683779b5215f91d25a0ad7e4b749)
Merged-In: I8ef4b7a3630535bde9eedb4da78ae3fee8e13234
Change-Id: I8ef4b7a3630535bde9eedb4da78ae3fee8e13234
parent 19688da9
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -33,7 +33,9 @@
        android:icon="@drawable/ic_nfc"
        android:order="-7"
        settings:searchable="false"
        settings:controller="com.android.settings.connecteddevice.NfcAndPaymentFragmentController"/>
        settings:controller="com.android.settings.connecteddevice.NfcAndPaymentFragmentController"
        settings:userRestriction="no_near_field_communication_radio"
        settings:useAdminDisabledSummary="true"/>

    <Preference
        android:fragment="com.android.settings.wfd.WifiDisplaySettings"