Loading packages/SystemUI/src/com/android/systemui/tuner/TunerActivity.java +1 −0 Original line number Diff line number Diff line Loading @@ -54,6 +54,7 @@ public class TunerActivity extends Activity implements protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setTheme(R.style.Theme_AppCompat_DayNight); getWindow().addFlags(WindowManager.LayoutParams.FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS); requestWindowFeature(Window.FEATURE_NO_TITLE); Loading Loading
packages/SystemUI/src/com/android/systemui/tuner/TunerActivity.java +1 −0 Original line number Diff line number Diff line Loading @@ -54,6 +54,7 @@ public class TunerActivity extends Activity implements protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setTheme(R.style.Theme_AppCompat_DayNight); getWindow().addFlags(WindowManager.LayoutParams.FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS); requestWindowFeature(Window.FEATURE_NO_TITLE); Loading