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

Commit c43051c2 authored by Gabriele M's avatar Gabriele M
Browse files

Add @hide annotation to the privacy guard ops set

Otherwise the system API check fails.

Change-Id: I75c096ee22cc15577f7887bd900667c2a6b213d5
parent d0bf0544
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1204,6 +1204,7 @@ public class AppOpsManager {

    private static HashMap<String, Integer> sNameToOp = new HashMap<String, Integer>();

    /** @hide */
    public static final int[] PRIVACY_GUARD_OP_STATES = new int[] {
            OP_COARSE_LOCATION,
            OP_READ_CALL_LOG,