Add feature flag for REGISTER_NSD_OFFLOAD_ENGINE permission
Bug: 304478692 Test: TH Change-Id: Ib7234b2e3b5c725bde0db9b93ac96d745a65f57d
This commit is contained in:
parent
9748f3b2f0
commit
104cf3cff7
1 changed files with 7 additions and 0 deletions
|
@ -41,3 +41,10 @@ flag {
|
|||
description: "Block network access for apps in a low importance background state"
|
||||
bug: "304347838"
|
||||
}
|
||||
|
||||
flag {
|
||||
name: "register_nsd_offload_engine"
|
||||
namespace: "android_core_networking"
|
||||
description: "The flag controls the access for registerOffloadEngine API in NsdManager"
|
||||
bug: "294777050"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue