From 835cd2ba8308d24e155a49f55ee47cd4d9c96a3f Mon Sep 17 00:00:00 2001 From: Louis Chang Date: Thu, 22 Oct 2020 12:45:48 +0800 Subject: [PATCH] Add an exported flag in manifest With c4e90ac, the android:exported flag has to be explicitly defined if an intent filter is defined. Bug: 171447284 Test: install IntentPlayground Change-Id: I4f86ceeef70e7572707f548f0583011a0f0823ad --- samples/IntentPlayground/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/IntentPlayground/AndroidManifest.xml b/samples/IntentPlayground/AndroidManifest.xml index d810d8b11..aa934fa18 100644 --- a/samples/IntentPlayground/AndroidManifest.xml +++ b/samples/IntentPlayground/AndroidManifest.xml @@ -24,7 +24,7 @@ android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/AppTheme"> - +