From 62018f8a7c95950b122ed7b4a984ade8df501217 Mon Sep 17 00:00:00 2001 From: "shitian.ma" Date: Thu, 11 Jul 2019 09:38:31 +0800 Subject: [PATCH] Fix CTS case failed in CtsAutoFillServiceTestCases MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The case failed due to AutofillManager can not find the ResolveInfo of AutofillCompatAccessibilityService. AutofillCompatAccessibilityService is not visible for instant App. Cts test process is working at other users. And the calling App is instant App. So cts test process can’t get service info of AutofillCompatAccessibilityService. Bug: 137236035 Test: run cts -m CtsAutoFillServiceTestCases Change-Id: I4dffc615ea1d8290bc02e51a9aa055fa0ead467f --- core/res/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index eda6cd09d7f51..a3fccd96f2247 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -4986,6 +4986,7 @@