Merge "Add synonym for "Display over other apps""

This commit is contained in:
TreeHugger Robot
2019-07-01 11:52:24 +00:00
committed by Android (Google) Code Review
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 ;
}
}