diff --git a/core/java/com/android/internal/widget/DecorCaptionView.java b/core/java/com/android/internal/widget/DecorCaptionView.java index edf8951427610be9a288834142663a5b444680b5..486898c154b8e19dedd17a1d705c7e163a354fb9 100644 --- a/core/java/com/android/internal/widget/DecorCaptionView.java +++ b/core/java/com/android/internal/widget/DecorCaptionView.java @@ -121,9 +121,8 @@ public class DecorCaptionView extends ViewGroup implements View.OnTouchListener, static { propertyMap = new HashMap<>(); - propertyMap.put("喜马拉雅", WindowProperty.HIDE_MAXIMIZE); - propertyMap.put("i深圳", WindowProperty.HIDE_MAXIMIZE); - propertyMap.put("地铁跑酷", WindowProperty.HIDE_MAXIMIZE); + propertyMap.put("腾讯视频", WindowProperty.SHOW_ALL); + propertyMap.put("爱奇艺", WindowProperty.SHOW_ALL); } public DecorCaptionView(Context context) { @@ -331,7 +330,7 @@ public class DecorCaptionView extends ViewGroup implements View.OnTouchListener, if (property != null) { return property; } else { - return WindowProperty.SHOW_ALL; + return WindowProperty.HIDE_MAXIMIZE; } } catch (Exception e) { Slog.w(TAG, "getAppProperty exc ocured!!return SHOW_ALL instead.", e);