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

Commit 6e7ebccd authored by George Chang's avatar George Chang
Browse files

Add a flag to enable IsTagIntentAllowed API

Flag: android.nfc.nfc_check_tag_intent_preference
Bug: 335916336
Test: device_config put nfc android.nfc.nfc_check_tag_intent_preference true
Test: atest android.nfc.cts.NfcAdapterTest#testIsTagIntentAllowed
Test: atest android.nfc.cts.NfcAdapterTest#testIsTagIntentAppPreferenceSupported
Test: atest android.nfc.cts.NfcAdapterTest#testIsTagIntentAllowedWhenNotSupported
Change-Id: Ifa65d2fe627bc7fa61acc8b806d3daf204a563fb
parent 7c8b795e
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -181,3 +181,11 @@ flag {
    description: "Enable set service enabled for category other"
    bug: "338157113"
}

flag {
    name: "nfc_check_tag_intent_preference"
    is_exported: true
    namespace: "nfc"
    description: "App can check its tag intent preference status"
    bug: "335916336"
}