From abee5e2f94edf93d4a66c6cf0670759996a0eac8 Mon Sep 17 00:00:00 2001 From: Yuncheol Heo Date: Mon, 11 May 2020 23:58:57 -0700 Subject: Match the screen size of emulator to Hawk. - Hawk (1920x1080, 213.3 dpi) => (9 inch x 5 inch). - Emulator (9x5inch,120 dpi) => (1080x600). Bug: 156306801 Test: Check if the dialog to turn the location on shows correctly in ActivityView. Change-Id: Ic612acf92b8829462c196fdcbafad487f476cf62 --- common/config.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/config.ini') diff --git a/common/config.ini b/common/config.ini index 1461fa4..049f5f1 100644 --- a/common/config.ini +++ b/common/config.ini @@ -5,6 +5,6 @@ hw.camera.back=none hw.camera.front=none hw.mainKeys=no skin.dynamic=yes -skin.name=800x480 -skin.path=800x480 +skin.name=1080x600 +skin.path=1080x600 disk.dataPartition.size=6G -- cgit v1.2.3