Skip to content

Commit e603db9

Browse files
RealJohnGaltnpjohnson
authored andcommitted
release: disable new dozing keyguard states
Too buggy to enable (wtf Google). Fixes: screen off fod going black before slow fade in. AOD getting stuck without any elements (black). other aod entry/exit issues. Change-Id: If63ef7c9ecf3cb39a037c65fd48f274c8950d51b
1 parent 9b1f66d commit e603db9

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
// Copyright 2025 Google Inc. All rights reserved.
2+
//
3+
// Licensed under the Apache License, Version 2.0 (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
6+
//
7+
// http://www.apache.org/licenses/LICENSE-2.0
8+
//
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
// See the License for the specific language governing permissions and
13+
// limitations under the License.
14+
15+
aconfig_values {
16+
name: "aconfig-values-lineage-bp4a-com.android.systemui-all",
17+
package: "com.android.systemui",
18+
srcs: [
19+
"*_flag_values.textproto",
20+
]
21+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
flag_value {
2+
package: "com.android.systemui"
3+
name: "new_dozing_keyguard_states"
4+
state: DISABLED
5+
permission: READ_ONLY
6+
}

0 commit comments

Comments
 (0)