commit | 443bb9c2859e919f8483cfe9e186f5ad719bc902 | [log] [tgz] |
---|---|---|
author | shafik <shafik@google.com> | Tue May 26 17:15:56 2020 +0100 |
committer | shafik <shafik@google.com> | Tue May 26 17:15:56 2020 +0100 |
tree | 39d9c7eecfef0428397382f637901d90dfa2040e | |
parent | 4b76d0d1da26ebec797433a7a2e56cc5f128e3aa [diff] |
Modify overlay settings of cache clearing dialog Previously, CacheClearingActivity needlessly used SYSTEM_FLAG_HIDE_NON_SYSTEM_OVERLAY_WINDOWS and TYPE_APPLICATION_OVERLAY. These flags are not needed for our purposes and in addition they make us request extra permissions that we don't need. This CL removes those flags. Test: manual Bug: 155290762 Change-Id: Ie606a7ba0afad1da26115a2bb48a1852787ecd36