1package: "com.android.net.thread.flags" 2container: "com.android.tethering" 3 4flag { 5 name: "thread_enabled" 6 is_exported: true 7 namespace: "thread_network" 8 description: "Controls whether the Android Thread feature is enabled" 9 bug: "301473012" 10} 11 12flag { 13 name: "configuration_enabled" 14 is_exported: true 15 is_fixed_read_only: true 16 namespace: "thread_network" 17 description: "Controls whether the Android Thread configuration is enabled" 18 bug: "342519412" 19} 20 21flag { 22 name: "channel_max_powers_enabled" 23 is_exported: true 24 is_fixed_read_only: true 25 namespace: "thread_network" 26 description: "Controls whether the Android Thread setting max power of channel feature is enabled" 27 bug: "346686506" 28} 29 30flag { 31 name: "epskc_enabled" 32 is_exported: true 33 is_fixed_read_only: true 34 namespace: "thread_network" 35 description: "Controls whether the Android Thread Ephemeral Key feature is enabled" 36 bug: "348323500" 37} 38 39flag { 40 name: "set_nat64_configuration_enabled" 41 is_exported: true 42 is_fixed_read_only: true 43 namespace: "thread_network" 44 description: "Controls whether the setConfiguration API of NAT64 feature is enabled" 45 bug: "368456504" 46} 47 48flag { 49 name: "thread_mobile_enabled" 50 is_exported: true 51 is_fixed_read_only: true 52 namespace: "thread_network" 53 description: "Controls whether Thread support for mobile devices is enabled" 54 bug: "368867060" 55} 56