summaryrefslogtreecommitdiff
path: root/core/java/android/net/thread/flags.aconfig
blob: ef798ad46d2d24debf5bd6ab7825e99e84cc35e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
package: "com.android.net.thread.platform.flags"

# This file contains aconfig flags used from platform code
# Flags used for module APIs must be in aconfig files under each modules

flag {
    name: "thread_user_restriction_enabled"
    is_exported: true
    namespace: "thread_network"
    description: "Controls whether user restriction on thread networks is enabled"
    bug: "307679182"
}

flag {
    name: "thread_enabled_platform"
    is_exported: true
    namespace: "thread_network"
    description: "Controls whether the Android Thread feature is enabled"
    bug: "301473012"
}