[android-developers] Google policy to comply for collecting installed app list

2015-02-16 Thread Nitin choudhary
My Android application is collecting installed app list from user's device, As it is user's private information , So how to comply google's privacy policy ? I am aware about google's privacy guideline on https://support.google.com/googleplay/android-developer/answer/4450969 Require help from

[android-developers] Re: How to set the bitmap to Transparent

2012-08-29 Thread Nitin choudhary
Thanks, its help me a lot. Nitin Choudhary On Monday, April 2, 2012 9:24:47 PM UTC+5:30, Perry168 wrote: > > hi, > > I used following method to create a canvas. > > temp = Bitmap.createBitmap(thisWidth, thisHeight, Config.ARGB_); > Canvas thisCanvas = new Canvas(tem