From f0b7ec653ee83a12b7dfb5abc2106cae925dac84 Mon Sep 17 00:00:00 2001 From: Gabriele M Date: Sat, 18 Feb 2017 17:17:08 +0100 Subject: Allow to re-open Snap from recent menu An with an doesn't automatically set "exported" to "true" if only has intent filters. As consequence, it's impossible to re-start from the recent applications menu. Explicitly set exported to true to fix this. Change-Id: Id9612d704e71b5fa8093462e893a964753d67d50 --- AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 57aedb10e..63b2f389b 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -46,6 +46,7 @@ android:name="com.android.camera.CameraActivity" android:clearTaskOnLaunch="true" android:configChanges="orientation|screenSize|keyboardHidden" + android:exported="true" android:label="@string/app_name" android:launchMode="singleTop" android:screenOrientation="portrait" -- cgit v1.2.3