Skip to content

Coppernic/AndroidUtils

Repository files navigation

  • master : pipeline status

Android Utils

Collection of utilities for Android applications

Motivation

This lib aims to provide some class utilities to help developing Android applications.

Core

This lib provide utility class and methods

Install

This lib provides all necessary classes to install app on Android. Application using this lib needs to share android.uid.system

Download

repositories {
    jcenter()
}

dependencies {
    implement 'fr.coppernic.lib.android-utils:core:0.0.4'
    implement 'fr.coppernic.lib.android-utils:install:0.0.4'
}

Usage

License

Copyright (C) 2019 Coppernic

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.