Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eff887b7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "frameworks/base/wifi: Move migration_samples to non-updatable directory"

parents b9f60a53 9548db78
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -139,8 +139,8 @@ public final class WifiMigration {
    /**
     * Load data from legacy shared wifi config store file.
     * <p>
     * Expected AOSP format is available in the sample files under {@code /frameworks/base/wifi/
     * java/android/net/wifi/migration_samples}.
     * Expected AOSP format is available in the sample files under {@code
     * frameworks/base/wifi/non-updatable/migration_samples/}.
     * </p>
     * <p>
     * Note:
@@ -218,8 +218,8 @@ public final class WifiMigration {
    /**
     * Load data from legacy user wifi config store file.
     * <p>
     * Expected AOSP format is available in the sample files under {@code /frameworks/base/wifi/
     * java/android/net/wifi/migration_samples}.
     * Expected AOSP format is available in the sample files under {@code
     * frameworks/base/wifi/non-updatable/migration_samples/}.
     * </p>
     * <p>
     * Note:
Loading