Add feature flag for REGISTER_NSD_OFFLOAD_ENGINE permission

Bug: 304478692
Test: TH
Change-Id: Ib7234b2e3b5c725bde0db9b93ac96d745a65f57d
This commit is contained in:
Yuyang Huang 2023-11-15 12:59:07 +09:00
parent 9748f3b2f0
commit 104cf3cff7

View file

@ -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"
}