diff options
author | Galia Peycheva <galinap@google.com> | 2020-04-03 17:57:33 +0200 |
---|---|---|
committer | Galia Peycheva <galinap@google.com> | 2020-04-15 20:01:28 +0200 |
commit | 4d3aaf6980b00ad7e9b53674cdf452c4b5cf6357 (patch) | |
tree | 90da211ad44cad741d6067946a7176b455ff0247 /tests/DozeTest | |
parent | f3b2dc9b03e008d148eeda13e68fe547d96abe79 (diff) |
Remove usage of low profile in DreamService
The low profile in DreamService was used to hide the status bar and
navigation bar. Now this is done by
WindowInsetController.hide(systemBars()) in DreamActivity.
Bug: 151749301
Test: m && flash && verify that system bars don't show up
Change-Id: I8fc9ca67262e92422afb472ccd76ec561c90f66d
Diffstat (limited to 'tests/DozeTest')
-rw-r--r-- | tests/DozeTest/src/com/android/dreams/dozetest/DozeTestDream.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/DozeTest/src/com/android/dreams/dozetest/DozeTestDream.java b/tests/DozeTest/src/com/android/dreams/dozetest/DozeTestDream.java index f4f610b1b280..fa292bd0d57a 100644 --- a/tests/DozeTest/src/com/android/dreams/dozetest/DozeTestDream.java +++ b/tests/DozeTest/src/com/android/dreams/dozetest/DozeTestDream.java @@ -100,7 +100,6 @@ public class DozeTestDream extends DreamService { public void onAttachedToWindow() { super.onAttachedToWindow(); setInteractive(false); - setLowProfile(true); setFullscreen(true); setContentView(R.layout.dream); setScreenBright(false); |