Re: "Open in" for Android

2015-03-19 Thread Ludovic THEBAULT
Le 18 mars 2015 à 17:57, Mark Schonewille mailto:m.schonewi...@economy-x-talk.com>> a écrit : > Hi Ludovic, > > You need to add intent filters to the manifest. More info at > http://stackoverflow.com/questions/3760276/android-intent-filter-associate-app-with-file-extension > >

Re: "Open in" for Android

2015-03-19 Thread Ludovic THEBAULT
Le 18 mars 2015 à 17:57, Mark Schonewille a écrit : > Hi Ludovic, > > You need to add intent filters to the manifest. More info at > http://stackoverflow.com/questions/3760276/android-intent-filter-associate-app-with-file-extension > > You need to find a way to change the manifest before the

Re: "Open in" for Android

2015-03-18 Thread Mark Schonewille
Hi Ludovic, You need to add intent filters to the manifest. More info at http://stackoverflow.com/questions/3760276/android-intent-filter-associate-app-with-file-extension You need to find a way to change the manifest before the standalone is built or to unpack the apk, change the manifest and

Re: "Open in" for Android

2015-03-16 Thread Ludovic THEBAULT
> Le 16 mars 2015 à 15:48, Mark Schonewille > a écrit : > > Hi Ludovic, > > You can now enter the custom URL scheme in the standalone builder (or isn't > that what you're looking for?) > Hello, thanks. I want to save a file on the documents folder of my app from an email to avoid using i

Re: "Open in" for Android

2015-03-16 Thread Mark Schonewille
Hi Ludovic, You can now enter the custom URL scheme in the standalone builder (or isn't that what you're looking for?) -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 502

"Open in" for Android

2015-03-16 Thread Ludovic THEBAULT
Hello, To open a file with your app in iOS, i found this thread : http://forums.livecode.com/viewtopic.php?f=75&t=18775 But how do the same for an android app ? Thanks ___ use-livecode mailing li