Continued the bypass experience
The lock icon now hides as soon as the notifications are showing to avoid the overlap introduced in the previous CL. We're also introducing a new listener that one can listen to for when the notifications are fully hidden. That same listener is now used to hide and show the aod icons Bug: 130327302 Change-Id: I5694a38e542b82bf2738d66bdff28d122a9f89e7
This commit is contained in:
@@ -75,6 +75,7 @@ android_library {
|
||||
"--extra-packages",
|
||||
"com.android.keyguard",
|
||||
],
|
||||
kotlincflags: ["-Xjvm-default=enable"],
|
||||
|
||||
plugins: ["dagger2-compiler-2.19"],
|
||||
}
|
||||
@@ -128,6 +129,7 @@ android_library {
|
||||
"telephony-common",
|
||||
"android.test.base",
|
||||
],
|
||||
kotlincflags: ["-Xjvm-default=enable"],
|
||||
aaptflags: [
|
||||
"--extra-packages",
|
||||
"com.android.keyguard:com.android.systemui",
|
||||
@@ -155,6 +157,8 @@ android_app {
|
||||
"telephony-common",
|
||||
],
|
||||
|
||||
kotlincflags: ["-Xjvm-default=enable"],
|
||||
|
||||
dxflags: ["--multi-dex"],
|
||||
aaptflags: [
|
||||
"--extra-packages",
|
||||
@@ -191,6 +195,8 @@ android_app {
|
||||
"telephony-common",
|
||||
],
|
||||
|
||||
kotlincflags: ["-Xjvm-default=enable"],
|
||||
|
||||
srcs: [
|
||||
"legacy/recents/src/**/*.java",
|
||||
"legacy/recents/src/**/I*.aidl",
|
||||
|
||||
Reference in New Issue
Block a user