diff options
author | LuK1337 <priv.luk@gmail.com> | 2017-03-29 23:22:13 +0200 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-04-07 13:37:16 +0200 |
commit | 846b2bc38186e227649d9c86f6ac6697623548d4 (patch) | |
tree | 46d42264560b8a04a63f36a9bf82f0cc7ce1bdf5 /system.prop | |
parent | 32dc155512fd02d89f166f0f094f61c29bf3830a (diff) |
z2_plus: Move ro.product.first_api_level to system.prop
Change-Id: I831c553f1b941f3e5e56369e72420180e1f34138
Diffstat (limited to 'system.prop')
-rw-r--r-- | system.prop | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system.prop b/system.prop index c9cc0a7..ec48151 100644 --- a/system.prop +++ b/system.prop @@ -43,6 +43,9 @@ persist.data.netmgrd.qos.enable=true ro.use_data_netmgrd=true persist.data.iwlan.enable=true +# Device was launched with M +ro.product.first_api_level=23 + # Display (Qualcomm AD) ro.qualcomm.cabl=2 ro.qcom.ad=1 |