Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ltrudu/ZebraProfileManagerCommand
A class that executes EMDK's profile manager commands.... I needed to refactor some code used in different projects... so why not ?
https://github.com/ltrudu/ZebraProfileManagerCommand
Last synced: 9 days ago
JSON representation
A class that executes EMDK's profile manager commands.... I needed to refactor some code used in different projects... so why not ?
- Host: GitHub
- URL: https://github.com/ltrudu/ZebraProfileManagerCommand
- Owner: ltrudu
- Created: 2022-12-09T15:12:43.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T16:15:51.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T13:33:35.758Z (3 months ago)
- Language: Java
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ZebraProfileManagerCommand
A class that executes EMDK's profile manager commands.... I needed to refactor some code used in different projects... so why not ?Add Jitpack repository to your dependencies:
```javascript
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```add dependency to your project build.gradle:
```javascript
dependencies {
...
implementation 'com.github.ltrudu:ZebraProfileManagerCommand:+'
...
}
```Update your manifest to add permissions, query and use library (in the application element):
```xml
```
See Critical Permission Helper for usage:
https://github.com/ltrudu/CriticalPermissionsHelper