Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.

gold-duo/NativeSubprocess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED

NativeSubprocess is a linux native process for android bridge。

Usage

it creates a child process by NDK calling linux fork function. callback your android java code run in the child process inside. Such as Watchdog(sample ProcessWatcher)to monitor your android app service, call up the customer satisfaction survey feedback page(sample UninstallWatcher) when uninstalling your applications.

How to use

  1. import subprocess aar . add repositories maven { url 'https://oss.sonatype.org/content/repositories/snapshots' } add dependencies compile 'com.github.droidwolf:libsubprocess:1.0.1-SNAPSHOT'

  2. implements Subprocess class and override runOnSubprocess function.

  3. Finally, create your child process call by Subprocess.create function.

中文描述

不再更新

可能你们真正需要的是这个东西andmon

安全软件卸载后调出浏览器苦苦哀求"主人,为什么要抛弃我..."页面是怎么做到的?service经常莫名挂了肿么办?用 NativeSubprocess一切都很简单。

NativeSubprocess 是一个可以让你在android 程序中创建linux子进程并执行你的java代码的so库。由于市面上典型的内存清理工具值清理apk 包关联的进程,而不会处理linux原生进程,所以NativeSubprocess 可以做什么您懂滴!

不详细介绍,有兴趣的请看两个典型应用场景

  1. 进程监控 ProcessWatcher
  2. 卸载反馈 UninstallWatcher

Authors

droidwolf droidwolf2006@gmail.com

License

Apache License, Version 2.0

About

[DEPRECATED] NativeSubprocess is a linux native process for android bridge 。

Resources

License

Stars

Watchers

Forks

Packages

No packages published