mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
27 lines
622 B
Diff
27 lines
622 B
Diff
|
From fc786df1d3a1f6012863f042f34b2bc0b9a0bd2f Mon Sep 17 00:00:00 2001
|
||
|
From: Tad <tad@spotco.us>
|
||
|
Date: Sun, 11 Dec 2016 23:23:58 -0500
|
||
|
Subject: [PATCH] Change DPI
|
||
|
|
||
|
Change-Id: Ia9059e0b554fec09ab73f961b09cf6316aeaa9c9
|
||
|
---
|
||
|
system.prop | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/system.prop b/system.prop
|
||
|
index 4f7a90c..9cdb394 100644
|
||
|
--- a/system.prop
|
||
|
+++ b/system.prop
|
||
|
@@ -27,7 +27,7 @@ DEVICE_PROVISIONED=1
|
||
|
debug.sf.hw=1
|
||
|
debug.egl.hw=1
|
||
|
debug.composition.type=gpu
|
||
|
-ro.sf.lcd_density=240
|
||
|
+ro.sf.lcd_density=180
|
||
|
dalvik.vm.heapsize=36m
|
||
|
debug.enable.wl_log=1
|
||
|
debug.mdpcomp.maxlayer=4
|
||
|
--
|
||
|
2.9.3
|
||
|
|