damonkohler / sl4a

SL4A brings scripting languages to Android by allowing you to edit and execute scripts and interactive interpreters directly on the Android device.
Apache License 2.0
2.43k stars 800 forks source link

File type binding #134

Open damonkohler opened 9 years ago

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:30

Any script must open with it's respective interpreter or editor.

Say for example if there is file sl4a.py in /sdcard when one tires to open it 
there is an "unknown file" There is no application to handle this file type.

So it would be very useful if there is a default application that is bound to 
the scripts located anywhere in the FS.

Original issue reported on code.google.com by hemanth...@gmail.com on 13 Sep 2011 at 5:44

Copied from original issue: damonkohler/android-scripting#572