Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months 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 ?

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