[android-developers] Official Widget Design Guidelines outdated for SDK 1.6

2009-10-12 Thread Asad Zia
Hi, I'll like to point out that Widget Design Guidelines lists standard cell sizes in pixels. However, in launcher source code in Donut branch (SDK 1.6) cell sizes are in dip. This results in different pixel values on different density screens. I'll suggest documentation should be updated with

[android-developers] Re: system privileges on emulator

2009-08-24 Thread Asad Zia
image to run in the emulator that is signed with your own platform cert. On Fri, Aug 21, 2009 at 4:02 AM, Asad Zia asad...@gmail.com wrote: Hi, There seems to be two levels of uses-permission, user level and system level. When I declare to use  INTERNET or BATTERY_STATS, in my

[android-developers] system privileges on emulator

2009-08-21 Thread Asad Zia
Hi, There seems to be two levels of uses-permission, user level and system level. When I declare to use INTERNET or BATTERY_STATS, in my AndroidManifest.xml file it works without problem. However when I try to use INSTALL_PACKAGES, BIND_APPWIDGET it does not work. According to a