Re: [android-developers] webview load page in background

2015-09-24 Thread Streets Of Boston
WebViews are only rendered if they are attached (to the Window) and if they are not 'View.GONE'. This means you have to add a WebView to your Activity's hierarchy somehow and either set it to View.INVISIBLE or set its alpha to 0 (make it transparent). There are 'optimizations' in the WebView

[android-developers] Permission issues in Android M

2015-09-24 Thread Ankit
Hi, I am developing an application (service) for an OEM that will be installed as a system application. Due to the new permission model in Android M, this system application doesnt get granted 'dangerous' permission by default. Currently I am detecting this and requesting User for the