Loading core/java/android/app/AppOpsManager.java +2 −2 Original line number Diff line number Diff line Loading @@ -539,9 +539,9 @@ public class AppOpsManager { AppOpsManager.MODE_ASK, // OP_CALL_PHONE AppOpsManager.MODE_ASK, // OP_READ_SMS AppOpsManager.MODE_ASK, // OP_WRITE_SMS AppOpsManager.MODE_ASK, // OP_RECEIVE_SMS AppOpsManager.MODE_ALLOWED, // OP_RECEIVE_SMS AppOpsManager.MODE_ALLOWED, // OP_RECEIVE_EMERGECY_SMS AppOpsManager.MODE_ASK, // OP_RECEIVE_MMS AppOpsManager.MODE_ALLOWED, // OP_RECEIVE_MMS AppOpsManager.MODE_ALLOWED, // OP_RECEIVE_WAP_PUSH AppOpsManager.MODE_ASK, // OP_SEND_SMS AppOpsManager.MODE_ALLOWED, // OP_READ_ICC_SMS Loading Loading
core/java/android/app/AppOpsManager.java +2 −2 Original line number Diff line number Diff line Loading @@ -539,9 +539,9 @@ public class AppOpsManager { AppOpsManager.MODE_ASK, // OP_CALL_PHONE AppOpsManager.MODE_ASK, // OP_READ_SMS AppOpsManager.MODE_ASK, // OP_WRITE_SMS AppOpsManager.MODE_ASK, // OP_RECEIVE_SMS AppOpsManager.MODE_ALLOWED, // OP_RECEIVE_SMS AppOpsManager.MODE_ALLOWED, // OP_RECEIVE_EMERGECY_SMS AppOpsManager.MODE_ASK, // OP_RECEIVE_MMS AppOpsManager.MODE_ALLOWED, // OP_RECEIVE_MMS AppOpsManager.MODE_ALLOWED, // OP_RECEIVE_WAP_PUSH AppOpsManager.MODE_ASK, // OP_SEND_SMS AppOpsManager.MODE_ALLOWED, // OP_READ_ICC_SMS Loading