mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
* feat(android): add openFile to utils * tests: move test_openFile() test to apps/ui-tests-app Small changes to openFile() method
5 lines
149 B
XML
5 lines
149 B
XML
<Page navigatingTo="navigatingTo">
|
|
<GridLayout id="root">
|
|
<Button text="Open File" tap="openFile" height="40"></Button>
|
|
</GridLayout>
|
|
</Page> |