Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a4bcf500 authored by Kangping Dong's avatar Kangping Dong
Browse files

[Thread] add platform flag for mobile Thread APIs

There is a flag for the mainline APIs already but we still need a platform flag for APIs in framework/base as we cannot cross reference a mainline flag.

Flag: EXEMPT adding a new flag
Bug: 368867060

Change-Id: I4a73fac2e135d54d4cc3a372bb80f03c53e95bd1
parent b9cffe82
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -19,3 +19,10 @@ flag {
    description: "Controls whether the Android Thread feature is enabled"
    bug: "384596973"
}

flag {
    name: "thread_mobile_enabled"
    namespace: "thread_network"
    description: "Controls whether Thread support for mobile devices is enabled"
    bug: "363970206"
}