Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8709d0fc authored by Annie Chin's avatar Annie Chin Committed by Android (Google) Code Review
Browse files

Merge "Set mContext scope to protected." into nyc-mr1-dev

parents 133ab104 4c249ff7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ public class AssistManager {
    private static final long TIMEOUT_SERVICE = 2500;
    private static final long TIMEOUT_ACTIVITY = 1000;

    private final Context mContext;
    protected final Context mContext;
    private final WindowManager mWindowManager;
    private final AssistDisclosure mAssistDisclosure;