OSDN Git Service

Do not clear INSCREEN and INSET_DECOR for resolver
authorJorim Jaggi <jjaggi@google.com>
Fri, 1 Apr 2016 23:55:54 +0000 (16:55 -0700)
committerJorim Jaggi <jjaggi@google.com>
Sat, 2 Apr 2016 01:18:24 +0000 (01:18 +0000)
commit958f00f396e1e7bf2edc4aa4e27fe11fa533b44a
treec5abe60c28c501414c79365823f992bf13d7e552
parent7af7e3d18eeaa5a419192f013253afc23b5f166d
Do not clear INSCREEN and INSET_DECOR for resolver

Since we switched this activity to draw the system bar backgrounds,
and clearing these flags leads to that we don't get the insets
communicated, we need to remove the clearing of the flags.

Bug: 27914346
Change-Id: I72114ac7cec40933fa45891b3d1441bd30f883d4
core/java/com/android/internal/app/ResolverActivity.java