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

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gold-duo committed Nov 10, 2015
1 parent 54a69a4 commit fe9c437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
**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](https://github.com/droidwolf/NativeSubprocess/blob/master/example/src/main/java/com/droidwolf/example/WatchDog.java "WatchDog")(sample [ProcessWatcher](https://github.com/droidwolf/NativeSubprocess/blob/master/example/src/main/java/com/droidwolf/example/ProcessWatcher.java "ProcessWatcher"))to monitor your android app service, call up the customer satisfaction survey feedback page(sample [UninstallWatcher](https://github.com/droidwolf/NativeSubprocess/blob/master/example/src/main/java/com/droidwolf/example/UninstallWatch "UninstallWatcher")) when uninstalling your applications.
[Watchdog](https://github.com/droidwolf/NativeSubprocess/blob/master/example/src/main/java/com/droidwolf/example/WatchDog.java "WatchDog")(sample [ProcessWatcher](https://github.com/droidwolf/NativeSubprocess/blob/master/example/src/main/java/com/droidwolf/example/ProcessWatcher.java "ProcessWatcher"))to monitor your android app service, call up the customer satisfaction survey feedback page(sample [UninstallWatcher](https://github.com/droidwolf/NativeSubprocess/blob/master/example/src/main/java/com/droidwolf/example/UninstallWatcher.java "UninstallWatcher")) when uninstalling your applications.

**How to use**

Expand Down

0 comments on commit fe9c437

Please sign in to comment.