Camera: Reveal EXIF info via PRODUCT_VENDOR_PROPERTIES
Bug: 291182308 Test: CTS Change-Id: If3c3e1a24700a44c22ee0b5e437ee5275ab399cc
This commit is contained in:
parent
7942a16adf
commit
f7bc78b727
2 changed files with 2 additions and 2 deletions
|
@ -367,5 +367,5 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
ro.com.google.ime.height_ratio=1.0
|
ro.com.google.ime.height_ratio=1.0
|
||||||
|
|
||||||
# Enable camera exif model/make reporting
|
# Enable camera exif model/make reporting
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
persist.vendor.camera.exif_reveal_make_model=true
|
persist.vendor.camera.exif_reveal_make_model=true
|
||||||
|
|
|
@ -341,5 +341,5 @@ 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
|
# Enable camera exif model/make reporting
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
persist.vendor.camera.exif_reveal_make_model=true
|
persist.vendor.camera.exif_reveal_make_model=true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue