From 7e34b05b23683d154f8743fd1b4e64c3c165d46b Mon Sep 17 00:00:00 2001 From: Andrey Epin Date: Fri, 5 May 2023 12:06:26 -0700 Subject: Add test content provider to mock uri mime types Add a content provider that returns getType and getStreamTypes based on the URI query parameters. That allows us not to rely on the debug hook to override URI mime types, mock files with previes, and makes our integration tests more integral. Bug: 280237072 Test: tests themselves Change-Id: I70835439e8b8b41f4dc633f218d662c2bc42c3ae --- java/tests/AndroidManifest.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'java/tests/AndroidManifest.xml') diff --git a/java/tests/AndroidManifest.xml b/java/tests/AndroidManifest.xml index 306eccb9..05830c4c 100644 --- a/java/tests/AndroidManifest.xml +++ b/java/tests/AndroidManifest.xml @@ -29,6 +29,10 @@ +