Add synonym for "Display over other apps"

Add "draw" to the search keyword list as this item was renamed from
"Draw over other apps".

Bug: 135665821
Test: robotests and search keyword draw
Change-Id: Ifdb35d021f5efa15ebc754ff18734c806e643c5e
This commit is contained in:
Yi-Ling Chuang
2019-06-27 17:37:32 +08:00
parent c0386f5703
commit 992b8d00cd
3 changed files with 3 additions and 5 deletions

View File

@@ -31,6 +31,6 @@ public class SystemAlertWindowPreferenceController extends BasePreferenceControl
@Override
public int getAvailabilityStatus() {
return isSystemAlertWindowEnabled(mContext)
? AVAILABLE_UNSEARCHABLE : UNSUPPORTED_ON_DEVICE ;
? AVAILABLE : UNSUPPORTED_ON_DEVICE ;
}
}