From 75825fea669b27129f92f1b06b0ac13b288fd2d6 Mon Sep 17 00:00:00 2001 From: Jeff Davidson Date: Wed, 29 Jul 2020 10:06:40 -0700 Subject: [PATCH] Use default (testkey) cert for SimAppDialog. SimAppDialog does not require any special permissions; it is launched by the platform (controlled by the config_carrierAppInstallDialogComponent resource) and only needs to launch the user's app store to install a carrier app. Fixes: 162396906 Test: TreeHugger; will flash/verify functionality on TH build Change-Id: I1ed1202b4f080f690b816b99219de45164aab8fe --- packages/SimAppDialog/Android.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/SimAppDialog/Android.bp b/packages/SimAppDialog/Android.bp index ff26710fa2e11..176035f73b653 100644 --- a/packages/SimAppDialog/Android.bp +++ b/packages/SimAppDialog/Android.bp @@ -4,7 +4,6 @@ android_app { srcs: ["src/**/*.java"], platform_apis: true, - certificate: "platform", static_libs: [ "androidx.legacy_legacy-support-v4",