Files
android_packages_modules_Co…/thread/flags/thread_base.aconfig
Kangping Dong 75aa485604 [Thread] flagging Android Thread APIs
This commit declares the initial "thread_enabled" feature flag and use
this to flag all existing and future Thread system APIs with @FlaggedApi

Bug: 301473012
Test: build
Change-Id: I43f64ce38f7fd0806733b21c4f393e4563e6a467
2023-10-24 19:45:04 +08:00

9 lines
204 B
Plaintext

package: "com.android.net.thread.flags"
flag {
name: "thread_enabled"
namespace: "thread_network"
description: "Controls whether the Android Thread feature is enabled"
bug: "301473012"
}