问题描述
GtsSuspendAppsTestCases
com.google.android.suspendapps.gts.SuspendPackagesTest#testOpCameraOnSuspend fail
java.lang.AssertionError: Op CAMERA allowed while package is suspended. Actual: 0 at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failEquals(Assert.java:185) at org.junit.Assert.assertNotEquals(Assert.java:199) at com.google.android.suspendapps.gts.SuspendPackagesTest.assertOpDisallowed(SuspendPackagesTest.java:500)
com.google.android.suspendapps.gts.SuspendPackagesTest#testOpRecordAudioOnSuspend fail
java.lang.AssertionError: Op RECORD_AUDIO allowed while package is suspended. Actual: 0 at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failEquals(Assert.java:185) at org.junit.Assert.assertNotEquals(Assert.java:199) at com.google.android.suspendapps.gts.SuspendPackagesTest.assertOpDisallowed(SuspendPackagesTest.java:500) at com.google.android.suspendapps.gts.SuspendPackagesTest.testOpRecordAudioOnSuspend(SuspendPackagesTest.java:509)
解决方案
需要合入如下Google Patch:
https://android.googlesource.com/platform/frameworks/av/+/b0de569edd2d27b8dae9e3048f9c131b6ebc2d45
https://android.googlesource.com/platform/frameworks/base/+/873e19f63f97dbb74db499c1145a1102b1ce8fda
对应的MTK正式patch:
Q0.MP1:ALPS04867163