diff options
-rw-r--r-- | service/res/values/config.xml | 2 | ||||
-rw-r--r-- | tests/wifitests/src/com/android/server/wifi/hotspot2/PasspointProvisionerTest.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/service/res/values/config.xml b/service/res/values/config.xml index 3456ab7cd..3a7c11479 100644 --- a/service/res/values/config.xml +++ b/service/res/values/config.xml @@ -380,5 +380,5 @@ <bool translatable="false" name="config_wifiSaeUpgradeOffloadEnabled">false</bool> <!-- Package name for the OSU Login APK --> - <string translatable="false" name="config_wifiOsuLoginPackage">com.android.hotspot2</string> + <string translatable="false" name="config_wifiOsuLoginPackage">com.android.hotspot2.osulogin</string> </resources> diff --git a/tests/wifitests/src/com/android/server/wifi/hotspot2/PasspointProvisionerTest.java b/tests/wifitests/src/com/android/server/wifi/hotspot2/PasspointProvisionerTest.java index db30370a5..656a73d97 100644 --- a/tests/wifitests/src/com/android/server/wifi/hotspot2/PasspointProvisionerTest.java +++ b/tests/wifitests/src/com/android/server/wifi/hotspot2/PasspointProvisionerTest.java @@ -136,7 +136,7 @@ public class PasspointProvisionerTest extends WifiBaseTest { private static final String TEST_BSSID_STRING2 = "11:22:33:44:55:77"; private static final String TEST_SSID3 = "TestSSID3"; private static final String TEST_BSSID_STRING3 = "11:22:33:44:55:88"; - private static final String OSU_APP_PACKAGE = "com.android.hotspot2"; + private static final String OSU_APP_PACKAGE = "com.android.hotspot2.osulogin"; private static final String OSU_APP_NAME = "OsuLogin"; private static final byte[] TEST_OSU_SSID_BYTES = "OSU_SSID".getBytes(StandardCharsets.UTF_8); |