RMX1921: Clear persist.vendor.usb.config on boot
* QCOM init scripts set every possible debug option if USB modes are not set on boot. This is expensive and causes USB debugging to be enabled on boot every time. OEMs often fix this by themselves, so do us. * Note, once this prop is set, the issue can never be easily fixed as it is a persist prop. As we want to satisfy users without wiping data or playing with command line, just do "setprop persist.vendor.usb.config """ unconditionally. https://gitlab.com/LineageOS/issues/android/issues/308 https://gitlab.com/LineageOS/issues/android/-/issues/4033 https://gitlab.com/LineageOS/issues/android/-/issues/4204 Change-Id: I9c7175c085de6c0eb278ce8631b518d27e011065 Signed-off-by: Joey Huab <joey@evolution-x.org> Signed-off-by: kaderbava <ksbava7325@gmail.com>
Loading
Please register or sign in to comment