diff options
author | dd3boh <dade.garberi@gmail.com> | 2017-09-22 20:51:41 +0200 |
---|---|---|
committer | dd3boh <dade.garberi@gmail.com> | 2017-10-31 12:34:42 +0100 |
commit | fd6d052e2624c2e4c43cdf8ffa81f619651faddb (patch) | |
tree | 20520e9921dd2c375f9ccf3eaa3f20d3c87054f7 | |
parent | 5795b1afad8212ecccd63236398a55550594d43b (diff) |
z2_plus: Remove properties not needed anymore
Signed-off-by: dd3boh <dade.garberi@gmail.com>
-rw-r--r-- | system.prop | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/system.prop b/system.prop index 91c4c17..1ad3f3d 100644 --- a/system.prop +++ b/system.prop @@ -177,21 +177,5 @@ persist.service.adb.enable=1 persist.service.debuggable=1 persist.sys.usb.config=mtp,adb -# Higher fling velocities -# for smoother scrolling and better responsiveness -ro.min.fling_velocity=160 -ro.max.fling_velocity=20000 - -# Hardware Info -ro.device.chipset=Qualcomm MSM8996 Snapdragon 820 -ro.device.cpu=Quad-core (2x2.15 GHz Kryo & 2x1.6 GHz Kryo) -ro.device.gpu=Qualcomm Adreno 530 -ro.device.rear_cam=13 MP, f/2.2 -ro.device.front_cam=8 MP, f/2.0 -ro.device.screen_res=1080 x 1920, 5.0" - # SafetyNet ro.boot.verifiedbootstate=green - -# Hack -debug.sf.disable_backpressure=1 |