From f676403bb5603f9d2a25388070903b98a2a75028 Mon Sep 17 00:00:00 2001 From: qimengp Date: Mon, 1 Aug 2016 10:55:45 +0800 Subject: SnapdragonCamera: Fix lockscreen Camera landscape display abnormal When rotating orientation priview view configuration changed and re-layout. Not only cause screen display abnormal, but also make latency in UI. Add "portrait only" property on camera activity can avoid these problems. And Camera UI can deal rotating orientation by its own way which is more stabe and effective. Change-Id: Id84a50de271c511c8c4b2a46a1de27b8eeabd037 --- AndroidManifest.xml | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 AndroidManifest.xml diff --git a/AndroidManifest.xml b/AndroidManifest.xml old mode 100644 new mode 100755 -- cgit v1.2.3