[android-developers] internet permissions in Android M app

2015-06-08 Thread just a dev
Regarding the recent announcement on Google I/O about Android M and its new permission model, can anyone clarify if every app has INTERNET permission or only the ones that define INTERNET permission exclusively in their manifest have it ? -- You received this message because you are

[android-developers] Re: internet permissions in Android M app

2015-06-08 Thread Jonathan S
If you compiled against Android M, Internet will be automatically added. On Monday, June 8, 2015 at 8:03:36 PM UTC-4, just a dev wrote: Regarding the recent announcement on Google I/O about Android M and its new permission model, can anyone clarify if every app has INTERNET permission or

[android-developers] Master/Detail flow inside Tabs or Tabs inside Master/Detail flow

2015-06-08 Thread gvi70000
Hello all, I am trying to develop an application that has 6 main categories of functionalities, each category contains several subcategories and each subcategory will contain simple controls like texts, buttons... I have tried to add inside a Master/Detail flow some tabs, but they don't show

[android-developers] Hooking an Activity onActivityResult call

2015-06-08 Thread Marklar
Is it possible to hook into an Activity's onActivityResult call in a similar way to how the Application.ActivityLifecycleCallbacks http://developer.android.com/reference/android/app/Application.ActivityLifecycleCallbacks.html interface works? Thanks! -- You received this message because you