UNPKG

com.peerio.cordova.plugin.open

Version:

Open audio, video, images and more with applications installed on the user's device

19 lines (18 loc) 504 B
sudo: false language: android android: components: - platform-tools - tools - build-tools-22.0.1 - android-22 - extra-android-support - extra-google-google_play_services - sys-img-armeabi-v7a-android-22 install: ./bin/dependencies.sh before_script: - echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a - emulator -avd test -no-skin -no-audio -no-window & - android-wait-for-emulator - adb shell input keyevent 82 & script: ./bin/install.sh