wso2 / cdmf-agent-android

84 stars 97 forks source link

Code formatting PR #165 and enabling multi-dex #175

Closed charithag closed 6 years ago

charithag commented 6 years ago

Purpose

Refactor code in PR #165 and add multi dex support

Goals

Improve code quality and enable multi dex support

Approach

Since Android L the device owner can install/uninstall packages using the PackageInstaller API which is utilized in this commit.

User stories

N/A

Release note

Allow silent app install/uninstall if agent is device owner

Documentation

N/A

Training

N/A

Certification

N/A

Marketing

N/A

Automation tests

N/A

Security checks

Samples

N/A

Related PRs

https://github.com/wso2/cdmf-agent-android/pull/165

Migrations (if applicable)

N/A

Test environment

JDK 1.8 Update 162 Android Studio 3.0.1 Tested on android 7.0

Learning

N/A