From 9dec67b6662233f7b177147b1477bf310bcf6a21 Mon Sep 17 00:00:00 2001 From: Gabriel Biren Date: Wed, 31 Jul 2024 17:30:05 +0000 Subject: Replace Keystore Migration flag with a new read-only flag. Bug: 353597412 Bug: 352733140 Flag: android.net.wifi.flags.legacy_keystore_to_wifi_blobstore_migration_read_only Test: atest WifiMigrationTest Change-Id: Ia9dc6d08bd5a49383670c140fbc20e80cd5d43b1 --- wifi/java/src/android/net/wifi/WifiMigration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wifi/java/src') diff --git a/wifi/java/src/android/net/wifi/WifiMigration.java b/wifi/java/src/android/net/wifi/WifiMigration.java index 1a20a12898e2..6ea20ecdac6e 100644 --- a/wifi/java/src/android/net/wifi/WifiMigration.java +++ b/wifi/java/src/android/net/wifi/WifiMigration.java @@ -574,7 +574,7 @@ public final class WifiMigration { * * @hide */ - @FlaggedApi(Flags.FLAG_LEGACY_KEYSTORE_TO_WIFI_BLOBSTORE_MIGRATION) + @FlaggedApi(Flags.FLAG_LEGACY_KEYSTORE_TO_WIFI_BLOBSTORE_MIGRATION_READ_ONLY) @SystemApi(client = SystemApi.Client.MODULE_LIBRARIES) public static void migrateLegacyKeystoreToWifiBlobstore() { final long identity = Binder.clearCallingIdentity(); -- cgit v1.2.3-59-g8ed1b