Merge "Fix SysUI Demo Mode activity so it doesn't crash."
This commit is contained in:
committed by
Android (Google) Code Review
commit
d7c12faba7
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user