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

Commit eded0cc3 authored by Eugene Susla's avatar Eugene Susla
Browse files

Temporary fix for sms cts regression

This partially reverts the change that is suspected to be the cause of
b/117885969

This is to be reverted once the real cause is established.
Posting a temporary fix to unbreak the CTS test while figuring it out.

Fixes: 117885969
Test: atest CtsProviderTestCases:android.provider.cts.SmsBackupRestoreTest#testSmsBackupRestore
Change-Id: I7fd0b954d334501b050e9930643de4f6e41e229e
parent dfa4c24a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1283,8 +1283,8 @@ public class AppOpsManager {
            AppOpsManager.MODE_ALLOWED, // POST_NOTIFICATION
            AppOpsManager.MODE_ALLOWED, // NEIGHBORING_CELLS
            AppOpsManager.MODE_ALLOWED, // CALL_PHONE
            AppOpsManager.MODE_DEFAULT, // READ_SMS
            AppOpsManager.MODE_DEFAULT, // WRITE_SMS
            AppOpsManager.MODE_ALLOWED, // READ_SMS
            AppOpsManager.MODE_IGNORED, // WRITE_SMS
            AppOpsManager.MODE_DEFAULT, // RECEIVE_SMS
            AppOpsManager.MODE_ALLOWED, // RECEIVE_EMERGENCY_BROADCAST
            AppOpsManager.MODE_ALLOWED, // RECEIVE_MMS