diff options
author | Max Weffers <rcstar6696@gmail.com> | 2017-11-23 22:09:40 +0100 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-07 11:11:29 +0200 |
commit | ac9b491156500d2256cf1fcb323a575207dceed4 (patch) | |
tree | cf053168640af9ceeab4917394a94e6ee35a1287 | |
parent | e2c91935ed0cdaaa33352539e1f912aaa12a5e99 (diff) |
shinano: bt: fix rfkill prop name
Change-Id: If00adbc448f08e0690963390ad392f28a321104e
-rw-r--r-- | system.prop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system.prop b/system.prop index c0a9e28..81ca42b 100644 --- a/system.prop +++ b/system.prop @@ -38,7 +38,7 @@ ro.qti.sensors.dpc=false ro.qti.sensors.wu=false # BT rfkill -ro.rfkilldisabled.uim=1 +ro.rfkilldisabled=1 # Assertive Display ro.qcom.ad=1 |