Merge "Enable camera exif model/make reporting" into udc-d1-dev am: 7e7c7406f8
Original change: https://googleplex-android-review.googlesource.com/c/device/google/shusky/+/23938862 Change-Id: I5f43b9efaeac2bd31e9b55df5b4f49144177ceb2 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
0b53396785
2 changed files with 8 additions and 0 deletions
|
@ -362,3 +362,7 @@ PRODUCT_SYSTEM_PROPERTIES += \
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
ro.com.google.ime.kb_pad_port_b=10.4 \
|
ro.com.google.ime.kb_pad_port_b=10.4 \
|
||||||
ro.com.google.ime.height_ratio=1.0
|
ro.com.google.ime.height_ratio=1.0
|
||||||
|
|
||||||
|
# Enable camera exif model/make reporting
|
||||||
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
persist.vendor.camera.exif_reveal_make_model=true
|
||||||
|
|
|
@ -333,3 +333,7 @@ PRODUCT_SYSTEM_PROPERTIES += \
|
||||||
# Keyboard bottom padding in dp for portrait mode
|
# Keyboard bottom padding in dp for portrait mode
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
ro.com.google.ime.kb_pad_port_b=8
|
ro.com.google.ime.kb_pad_port_b=8
|
||||||
|
|
||||||
|
# Enable camera exif model/make reporting
|
||||||
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
persist.vendor.camera.exif_reveal_make_model=true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue