Discover

Topics

My Android Tools

My Android Tools APK

My Android Tools APK

1.6.9.beta FreeWangQi ⇣ Download APK (2.48 MB)

What's My Android Tools APK?

My Android Tools is a app for Android, It's developed by WangQi author.
First released on google play in 6 years ago and latest version released in 4 years ago.
This app has 0 download times on Google play and rated as 4.43 stars with 3,818 rated times.
This product is an app in Tools category. More infomartion of My Android Tools on google play
(Note:need root access)

My android tools :
1. enable/disable components(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 user interface.
★Service: A service is a component that runs in the background to perform long-running operations or to perform work for remote processes.
★Content providers: A content provider manages a shared set of app data.Through the content provider, other apps can query or even modify the data (if the content provider allows it).
★Broadcast receivers: A broadcast receiver is a component that responds to system-wide broadcast announcements.
★Shared Preferences: Store private primitive data in key-value pairs.