A simple android app which emulates the behavior of the init.d folder/mechanism on linux environments (automatic execution of scripts contained in a defined folder at each boot/shutdown). Requires SwitchCompatLibrary : https://github.com/ankri/SwitchCompatLibrary.
universal-init.d is hosted in the following web site
https://github.com/Androguidefr/universal-init.d
If you think the Android project universal-init.d listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of universal-init.d.
Item | Value |
---|---|
Java File Count | 4 |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.RECEIVE_BOOT_COMPLETED |
universal-init.d has the following Java source files.
com.androguide.universal.initd.BootReceiver.java com.androguide.universal.initd.BootService.java com.androguide.universal.initd.CMDProcessor.java com.androguide.universal.initd.Main.java