My Android Tools APK

My Android Tools  Icon
   
4.4/5
3821 Ratings
Developer
WangQi
Current Version
0.11.1
Date Published
File Size
2.4 MB
Package ID
cn.wq.myandroidtools
Price
$ 0.00
Downloads
10.0K+
Category
Android Apps
Genre
Tools

APK Version History

Version
0.11.1 (61)
Architecture
universal
Release Date
March 12, 2018
Requirement
Android 2.2+
Version
0.10.8 (59)
Architecture
universal
Release Date
March 11, 2018
Requirement
Android 2.2+
Version
0.10.6 (57)
Architecture
universal
Release Date
March 11, 2018
Requirement
Android 2.2+
Version
0.10.3 (53)
Architecture
universal
Release Date
March 11, 2018
Requirement
Android 2.2+
Version
0.10.2 (52)
Architecture
universal
Release Date
March 11, 2018
Requirement
Android 2.2+
  • My Android Tools Screenshot
  • My Android Tools Screenshot
  • My Android Tools Screenshot
  • My Android Tools Screenshot
  • My Android Tools Screenshot

About Radio FM 90s

(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.

What's New in this version

bug fixes:

-Display error message when disable a non-existent component