From 271709c508150b52fcc07cb8466658954a81114b Mon Sep 17 00:00:00 2001 From: shafik Date: Wed, 22 Apr 2020 11:37:35 +0100 Subject: [PATCH] Set com.android.gallery3d as the default system gallery Recently, a CTS that ensured the existence of a system gallery was added. However, this test was failing on GSI since the default holder for the role is com.android.gallery which doesn't exist on GSI. This change replaces the default holder with a package that exists on all builds, including GSI and AOSP. Test: build Fix: 153939224 Change-Id: I4265f1d840f8c440f2e9134206893ed3fd0ea465 --- core/res/res/values/config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index fba237936f6e7..3bd16e9f2771b 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -1908,7 +1908,7 @@ - com.android.gallery + com.android.gallery3d