diff options
author | 2024-05-09 15:18:38 +0000 | |
---|---|---|
committer | 2024-05-09 15:18:38 +0000 | |
commit | 4e80f442dd2822cec3499a56f9fc8309558a14f0 (patch) | |
tree | 439ec9c31b1c2ab5ba0512cd4b35f62482ad93a4 | |
parent | 8387fe8097136944efad879248973fc52dd147df (diff) | |
parent | 28493b06879c02415dbd1c2ea77ba412c5e11dfc (diff) |
Merge "Add a new feature flag in android.net.wifi" into main
-rw-r--r-- | wifi/wifi.aconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/wifi/wifi.aconfig b/wifi/wifi.aconfig index 3c734bc7e1e3..c5bc0396de34 100644 --- a/wifi/wifi.aconfig +++ b/wifi/wifi.aconfig @@ -9,3 +9,11 @@ flag { bug: "313038031" is_fixed_read_only: true } + +flag { + name: "network_provider_battery_charging_status" + is_exported: true + namespace: "wifi" + description: "Control the API that allows setting / reading the NetworkProviderInfo's battery charging status" + bug: "305067231" +} |