hkusu/Apk Info Action
This GitHub Actions gets information of Android apk file.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| apk-path | — | yes | — |
Outputs
| name | description |
|---|---|
| application-name | — |
| application-id | — |
| version-code | — |
| version-name | — |
| min-sdk-version | — |
| target-sdk-version | — |
| compile-sdk-version | — |
| uses-permissions | — |
| debuggable | — |
| allow-backup | — |
| supports-rtl | — |
| file-size | — |
| readable-file-size | — |
| result | `success` or `failure` is set. |