hourglass_full Your download should start automatically in a few seconds...

Download My Android Tools_0.11.1.apk from Apk-Dl Server

Thank you for using Apk-Dl.com to download the apk file (My Android Tools_0.11.1.apk),

If the download doesn't start automatically in a few seconds, please click here to access the download URL directly.

Note: Download and save the apk file to your Android Phone's SD card and install it manually onto the Android device.

Description

(Note:need root access)

My android tools :
1. enable/disablecomponents(activity,service,receiver,provider)
★red:disabled.
★blue:running currently (just for service)
2. show all running tasks and processes(with pid and uid)
3. show the logcat
4. show the sharedpreferences and sqlite database of all apps
5. enable/disable apps

----------------------------------
(P.S. the icon coms from Itachi's Mangekyō Sharingan)

Pro version:https://play.google.com/store/apps/details?id=cn.wq.myandroidtoolspro

----------------------------------
★Activity: An activity represents a single screen with a userinterface.
★Service: A service is a component that runs in the background toperform long-running operations or to perform work for remoteprocesses.
★Content providers: A content provider manages a shared set of appdata.Through the content provider, other apps can query or evenmodify the data (if the content provider allows it).
★Broadcast receivers: A broadcast receiver is a component thatresponds to system-wide broadcast announcements.
★Shared Preferences: Store private primitive data in key-valuepairs.