Persist advertising endpoint ID.

PiperOrigin-RevId: 820267327
This commit is contained in:
Guogang Li
2025-10-16 09:25:06 -07:00
committed by Copybara-Service
parent 57dea973e0
commit 4c37f90965
10 changed files with 174 additions and 4 deletions
+4
View File
@@ -63,6 +63,10 @@ struct EnvironmentConfig {
// The simulated clock is automatically picked up by SystemClock, Timer and
// ScheduledExecutor implementations.
bool use_simulated_clock = false;
// If true, the app data path will be a temporary directory, instead of the
// actual app data path, so that we can test the preferences manager under G3.
bool use_temporary_directory_for_app_path = false;
};
// MediumEnvironment is a simulated environment which allows multiple instances