OSDN Git Service

Specify android:resizeableActivity as false
authorSheng-Hao Tsao <shenghao@google.com>
Tue, 21 Mar 2017 12:55:30 +0000 (20:55 +0800)
committerSheng-hao Tsao <shenghao@google.com>
Wed, 22 Mar 2017 06:16:14 +0000 (06:16 +0000)
commitc03313f8d323bf79cf1981fdf4eaea9673d5e5cf
tree89440c5e47a211196268c7f674b0c7c86d3cbe44
parent9933bc90b48cc8c1ae081cce4fe4982722e6b5dd
Specify android:resizeableActivity as false

The camera app targets API 24 but does not specify
android:resizeableActivity so it is treated as resizeable, which
disable the orientation workaround. We should specify
android:resizeableActivity as false.

BUG=36469955
TEST=Verify in N that default camera shows correct preview

Change-Id: I97ca868e6c5b29bc156e8d856ee004b06f2b9878
AndroidManifest.xml