[android-developers] Re: Blank screen after calling ActivityCompat.requestPermissions

2016-08-25 Thread Thomas Frenken
Small update: By overriding the onStart method of the main activity we found out that this method is actually called after "ActivityCompat.requestPermissions" was called. However, we cannot explain why this happens nor can we explain why no other methods of the main activity's lifecycle (like e

[android-developers] Re: Blank screen after calling ActivityCompat.requestPermissions

2016-08-12 Thread Nelson Brandão
Hi, I just add this exact problem. This post was my first hit on google. Can't find anything on the web similar to this On Friday, August 12, 2016 at 1:00:28 PM UTC+1, Thomas Frenken wrote: > > Hi all, > > we are currently developing our next app and experience a very strange > problem: Whenev