Quantcast
Channel: Adobe Community : Discussion List - Using Flash Builder
Viewing all articles
Browse latest Browse all 1802

Flash Builder and Android Marshmallow

$
0
0

Greetings,

 

I'm working on a video application for PC and Android. But I'm having a permissions problem with Android Marshmallow.

I ask to use Internet permission. When I install the app on a Lollipop device I can see it normally and accept it.

When I put the exact same .apk file on the Marshmallow device when installing it doesn't ask for the internet permission and then it crashes.

 

For reference I'm using a Samsung Galaxy Note5 (Marshmallow) and a Samsung Galaxy S4(Lollipop).

 

Also this is what I have for permissions:

<manifest android:installLocation="auto">     <!--See the Adobe AIR documentation for more information about setting Google Android permissions-->     <!--Removing the permission android.permission.INTERNET will have the side effect  of preventing you from debugging your application on your device-->     <uses-permission android:name="android.permission.INTERNET"/>     <!--<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>-->     <!--<uses-permission android:name="android.permission.READ_PHONE_STATE"/>-->     <!--<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>-->     <!--The DISABLE_KEYGUARD and WAKE_LOCK permissions should be toggled together  in order to access AIR's SystemIdleMode APIs-->     <!--<uses-permission android:name="android.permission.DISABLE_KEYGUARD"/>-->     <!--<uses-permission android:name="android.permission.WAKE_LOCK"/>-->     <uses-permission android:name="android.permission.CAMERA"/>     <!--<uses-permission android:name="android.permission.RECORD_AUDIO"/>-->     <!--The ACCESS_NETWORK_STATE and ACCESS_WIFI_STATE permissions should be toggled  together in order to use AIR's NetworkInfo APIs-->     <!--<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>-->     <!--<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>-->  </manifest>

 

I tried enabling all permissions to see how both versions of Android would react. Lollipop sees them all while Marshmallow doesn't see Internet, Record Audio and few others.

 

Can anyone tell me what's the problem here? Is there a different way to ask permissions for Marshmallow?


Viewing all articles
Browse latest Browse all 1802

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>