1package: "com.android.net.thread.platform.flags" 2container: "system" 3 4# This file contains aconfig flags used from platform code 5# Flags used for module APIs must be in aconfig files under each modules 6 7flag { 8 name: "thread_user_restriction_enabled" 9 is_exported: true 10 namespace: "thread_network" 11 description: "Controls whether user restriction on thread networks is enabled" 12 bug: "307679182" 13} 14 15flag { 16 name: "thread_enabled_platform" 17 is_exported: true 18 namespace: "thread_network" 19 description: "Controls whether the Android Thread feature is enabled" 20 bug: "301473012" 21} 22