diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index c54b56d8f0958..cb547ab0a3b9d 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -10275,6 +10275,15 @@ public final class Settings { */ public static final String COMMUNAL_MODE_PACKAGES = "communal_mode_packages"; + /** + * An array of SSIDs of Wi-Fi networks that, when connected, are considered safe to enable + * the communal mode. + * + * @hide + */ + public static final String COMMUNAL_MODE_TRUSTED_NETWORKS = + "communal_mode_trusted_networks"; + /** * These entries are considered common between the personal and the managed profile, * since the managed profile doesn't get to change them.