1package: "com.android.nfc.flags" 2container: "system" 3 4flag { 5 name: "test_flag" 6 namespace: "nfc" 7 description: "Test flag for NFC" 8 bug: "295339053" 9} 10 11flag { 12 name: "reduce_state_transition" 13 namespace: "nfc" 14 description: "Flag for reducing NFCC state transition" 15 bug: "308890980" 16} 17 18flag { 19 name: "statsd_ce_events_flag" 20 namespace: "nfc" 21 description: "Additional Statsd CardEmulation Events flag for NFC" 22 bug: "308094195" 23} 24 25 26flag { 27 name: "auto_disable_observe_mode" 28 namespace: "nfc" 29 description: "Automatically disable observe mode if preferred service is misbehaving" 30 bug: "347728416" 31 metadata { 32 purpose: PURPOSE_BUGFIX 33 } 34} 35 36flag { 37 name: "send_view_intent_for_url_tag_dispatch" 38 namespace: "nfc" 39 description: "Send VIEW intent instead of NFC_TAG_DISCOVERED for URL tag dispatch" 40 bug: "345570691" 41} 42 43flag { 44 name: "enable_direct_boot_aware" 45 namespace: "nfc" 46 description: "Enable direct boot aware for nfc service" 47 bug: "321310938" 48} 49 50flag { 51 name: "observe_mode_without_rf" 52 namespace: "nfc" 53 description: "Enable setting obseve mode state with out deactivating RF" 54 bug: "368655283" 55} 56 57flag { 58 name: "post_callbacks" 59 namespace: "nfc" 60 description: "Post callbacks to CardEmulationManager to handler to get off of NFC callback thread." 61 bug: "370015438" 62} 63 64flag { 65 name: "ee_aid_select" 66 namespace: "nfc" 67 description: "Propigate NFA_EE_ACTION_EVT->NFC_EE_TRIG_SELECT up to onOffHostAidSelected()" 68 bug: "323440961" 69} 70 71flag { 72 name: "check_passed_in_package" 73 namespace: "nfc" 74 description: "Enable checking package name in nfc service" 75 bug: "364020298" 76} 77 78flag { 79 name: "nfc_alert_tag_app_launch" 80 namespace: "nfc" 81 description: "Notify user when tag app launched for the first time" 82 bug: "312390070" 83} 84