feat: Add option to clear home screen in settings (#6125)
Signed-off-by: abhixv <abhi.sharma1@hotmail.com>
This commit is contained in:
committed by
Pun Butrach
parent
9898749619
commit
5f3a03f4fb
@@ -3,6 +3,7 @@ package com.android.wm.shell;
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
import java.util.function.Predicate;
|
||||
|
||||
/** @hide */
|
||||
public class FakeFeatureFlagsImpl extends CustomFeatureFlags {
|
||||
private final Map<String, Boolean> mFlagMap = new HashMap<>();
|
||||
|
||||
Reference in New Issue
Block a user