Migrate system bar settings
This commit is contained in:
@@ -114,5 +114,10 @@ fun createFactorySettings(context: Context): Settings {
|
||||
.setIconPack("")
|
||||
)
|
||||
.setEasterEgg(false)
|
||||
.setSystemBars(
|
||||
Settings.SystemBarsSettings.newBuilder()
|
||||
.setLightNavBar(false)
|
||||
.setLightStatusBar(false)
|
||||
)
|
||||
.build()
|
||||
}
|
||||
@@ -159,4 +159,10 @@ message Settings {
|
||||
|
||||
bool easter_egg = 22;
|
||||
|
||||
message SystemBarsSettings {
|
||||
bool lightStatusBar = 1;
|
||||
bool lightNavBar = 2;
|
||||
}
|
||||
SystemBarsSettings system_bars = 23;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user