Enable camera exif model/make reporting
Bug: 284792598 Test: CTS Change-Id: I45898c377f21de45110e162c8c05df9bff1d27e3
This commit is contained in:
parent
eee73e9e57
commit
39e53534e1
2 changed files with 8 additions and 0 deletions
|
@ -359,3 +359,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