Go to file
David 'Digit' Turner 694e10ba87 Allow the qemu.sf.lcd_density property to override the value of ro.sf.lcd_density
ro.sf.lcd_density is usually defined in the build.prop file which is parsed by init
before anything else. Since its name begins with "ro.", this property is write-once
and cannot later be modified, e.g. in /system/etc/init.goldfish.sh.

In other words, you cannot use "emulator -prop ro.sf.lcd_density=<value>", since
it is impossible to override the value defined in build.prop

This patch modifies the system to recognize "qemu.sf.lcd_density" as an override
value, which can be set with "emulator -prop qemu.sf.lcd_density=<value>", forcing
a specific density.

A later patch will allow the emulator to automatically set this property depending
on AVD hardware configuration settings.
2009-06-19 00:17:31 +02:00
awt auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
camera/libcameraservice Allow the owner to reconnect to Camera. 2009-06-09 13:58:51 +08:00
cmds Provide the Keystore feature in the framework. 2009-06-11 17:28:40 +08:00
im/java/android/im auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
include Make the file backup helper not crash if a file you requested 2009-06-11 14:51:45 -07:00
libs Allow the qemu.sf.lcd_density property to override the value of ro.sf.lcd_density 2009-06-19 00:17:31 +02:00
opengl fix [1610840] Positional light doesn't work correctly on emulator 2009-06-03 15:09:52 -07:00
vpn/java/android/net/vpn Remove SingleServerProfile. 2009-06-15 19:29:26 +08:00
MODULE_LICENSE_APACHE2 auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
NOTICE Start using CLDR for some date-and-time strings and formats. 2009-05-15 10:15:50 -07:00