Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 401 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 401 Bytes

Running-App-Checker

Android service to always bring back one designated app

Usage

You have to change package name for your own app, please check TODO

// TODO: change package name for your own app
            if (services.get(i).processName.toString().equalsIgnoreCase("com.mamahow.helloandroidstudio")) {
            ...
            }

Test Platform

  1. Android 4.4.2 (Asus Zenfone 5)