Add API for Passpoint enable and disable.
Add system Api to allow settings and SUW to enable/disable Passpoint,
and add a public Api to query the Passpoint enable/disable status.
Bug: 139192273
Test: atest PasspointManagerTest, atest WifiServiceImplTest, atest
WifiManagerTest
Change-Id: I5ce072224fc66c2bdd819572e6cf2b5873f670dd
diff --git a/framework/api/current.txt b/framework/api/current.txt
index c5d9c2f..95b209f 100644
--- a/framework/api/current.txt
+++ b/framework/api/current.txt
@@ -395,6 +395,7 @@
method public boolean isWapiSupported();
method public boolean isWifiDisplayR2Supported();
method public boolean isWifiEnabled();
+ method @RequiresPermission(android.Manifest.permission.ACCESS_WIFI_STATE) public boolean isWifiPasspointEnabled();
method public boolean isWifiStandardSupported(int);
method public boolean isWpa3SaeH2eSupported();
method public boolean isWpa3SaePublicKeySupported();