Merge "Updates phone and tablet default DPI from 240 to 320." am: dd4faf708c am: 4166f848da am: 56f3d914ac
Original change: https://android-review.googlesource.com/c/device/google/cuttlefish/+/1660538
Change-Id: I3dca8187f3e47d71ce2567f8aaaccd6b75fe8656
diff --git a/shared/config/config_phone.json b/shared/config/config_phone.json
index 3a0ee64..69ad977 100644
--- a/shared/config/config_phone.json
+++ b/shared/config/config_phone.json
@@ -1,6 +1,6 @@
{
"x_res" : 720,
"y_res" : 1280,
- "dpi" : 240,
+ "dpi" : 320,
"memory_mb" : 2048
}
diff --git a/shared/config/config_tablet.json b/shared/config/config_tablet.json
index 87bc145..832d637 100644
--- a/shared/config/config_tablet.json
+++ b/shared/config/config_tablet.json
@@ -1,6 +1,6 @@
{
"x_res" : 2560,
"y_res" : 1800,
- "dpi" : 240,
+ "dpi" : 320,
"memory_mb" : 4096
}