* This prop helps display the device market name instead of the model number in the OPLUS camera watermark mode.
13 lines
300 B
Plaintext
13 lines
300 B
Plaintext
#
|
|
# Copyright (C) 2024 The Nameless-AOSP Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
on boot
|
|
# OIS
|
|
chown cameraserver cameraserver /sys/kernel/ois_control/dump_registers
|
|
|
|
on property:vendor.usb.product_string=*
|
|
setprop ro.vendor.oplus.market.watermark ${vendor.usb.product_string}
|