My Android Tools Pro APK
Mod Info
1. Languages: EN / RU / UK.
2. Removed duplicate graphics.
3. Removed garbage in the application.
4. Internet access is removed.
5. Some items in the menu have been translated.
6. The signature has been changed.
Updated | May 13, 2021 |
Size | Varies with device |
Version | 1.6.9 |
Requirements | 2.3+ |
Get it on |
Description
My Android Tools Pro Enable / disable activity, service, receiver, provider from any application. (Note:need root access).
My android tools (Pro):
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/edit the sharedpreferences and sqlite database of all apps
5. enable/disable apps
(P.S. the icon coms from Sasuke’s Eternal Mangekyō Sharingan)
●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
1.add an option to disable report crash automatically
2.display the file path of sp/db
3.display data files not in /data/data (maybe /data/user_de)
3.try to support intent firewall