From 5df64b0a818d4f85cb14602db725f05b0055c1d9 Mon Sep 17 00:00:00 2001 From: Mangesh Ghiware Date: Wed, 18 Sep 2013 18:25:26 -0700 Subject: Make Up button in filmstrip go to Gallery. Bug: 10748904 Change-Id: If80f3354071893dc4f8bd60e4ca605d3626ecdf9 --- AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 1b082e432..b0381d681 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -48,6 +48,7 @@ android:configChanges="orientation|screenSize|keyboardHidden" android:icon="@mipmap/ic_launcher_camera" android:label="@string/app_name" + android:logo="@mipmap/ic_launcher_gallery" android:taskAffinity="com.android.camera.CameraActivity" android:theme="@style/Theme.Camera" android:windowSoftInputMode="stateAlwaysHidden|adjustPan" > -- cgit v1.2.3