https://github.com/macacajs/unlock-apk
An android apk to make sure test device is unlocked while running Macaca.
https://github.com/macacajs/unlock-apk
android macaca
Last synced: about 1 year ago
JSON representation
An android apk to make sure test device is unlocked while running Macaca.
- Host: GitHub
- URL: https://github.com/macacajs/unlock-apk
- Owner: macacajs
- License: mit
- Created: 2017-04-27T09:50:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-04-18T13:35:50.000Z (about 4 years ago)
- Last Synced: 2025-04-15T18:19:28.854Z (about 1 year ago)
- Topics: android, macaca
- Language: Java
- Homepage:
- Size: 89.8 KB
- Stars: 4
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unlock-apk
[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Test coverage][coveralls-image]][coveralls-url]
[![node version][node-image]][node-url]
[![npm download][download-image]][download-url]
[npm-image]: https://img.shields.io/npm/v/unlock-apk.svg
[npm-url]: https://npmjs.org/package/unlock-apk
[travis-image]: https://img.shields.io/travis/macacajs/unlock-apk.svg
[travis-url]: https://travis-ci.org/macacajs/unlock-apk
[coveralls-image]: https://img.shields.io/coveralls/macacajs/unlock-apk.svg
[coveralls-url]: https://coveralls.io/r/macacajs/unlock-apk?branch=master
[node-image]: https://img.shields.io/badge/node.js-%3E=_0.10-green.svg
[node-url]: http://nodejs.org/download/
[download-image]: https://img.shields.io/npm/dm/unlock-apk.svg?style=flat-square
[download-url]: https://npmjs.org/package/unlock-apk
> An android apk to make sure test device is unlocked while running Macaca.
## Contributors
|[
xudafeng](https://github.com/xudafeng)
|[
paradite](https://github.com/paradite)
|[
LiangjunJiang](https://github.com/LiangjunJiang)
|[
niaoshuai](https://github.com/niaoshuai)
|
| :---: | :---: | :---: | :---: |
This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Sun Apr 26 2020 15:13:55 GMT+0800`.
## Installment
```bash
$ npm i unlock-apk --save
```
## License
The MIT License (MIT)