Android shortcut bitmap launcher icon size
I have problems to find out the correct launcher icon size for my shortcut. On my Nexus 7.2 the value of android.R.dimen.app_icon_size (see code) is 96 pixels. But if I measure the real icon size of other apps on a screenshot of my homescreen, it is 120 pixels. After creating a shortshut, it is smaller (96 px) than all other app icons (120px) On my Samsung Galaxy SII android.R.dimen.app_icon_size is 72. And this match to my screenshot measure. Here the result of DisplayMetrics metrics = new DisplayMetrics(); getWindowManager().getDefaultDisplay().getMetrics(metrics); Nexus 7.2: android.R.dimen