Assigned
Status Update
Comments
vi...@google.com <vi...@google.com> #2
We have shared this with our product and engineering team and will update this issue with more information as it becomes available.
No update yet.
We have shared this with our product and engineering team and will update this issue with more information as it becomes available.
Description
2. CTSV tool version: 15_r2
3. Test Failing: - BYOD Managed Provisioning ->Cross profile intent filters are set
4. Steps to reproduce the problem:
adb shell settings put global hidden_api_policy 1
adb install -r -g CtsVerifier.apk
adb shell appops set com.android.cts.verifier android:read_device_identifiers allow
adb shell appops set com.android.cts.verifier MANAGE_EXTERNAL_STORAGE 0
adb shell am compat enable ALLOW_TEST_API_ACCESS com.android.cts.verifier
adb shell appops set com.android.cts.verifier TURN_SCREEN_ON 0
Open CTS Verifier App -> MANAGED PROVISIONING -> BYOD Managed Provisioning -> Start BYOD provisioning flow.
With the above steps, "Profile owner installed" gets passed but "Cross profile intent filter are set" gets failed.
We are able to fix this issue with the attached patch but what should be the proper fix for this issue. I also attached the bug report.