UpdatedOct 30, 2024
PublishedFeb 2, 2019
Packagecn.wq.myandroidtools
MD55435ba4834d27aedf6c61cd65b61d85f
SHA1 (signer)54:07:0E:28:63:A3:D8:9E:CB:83:86:FE:AE:1A:44:C6:FE:E6:51:2C
Signed byCN=wq
Architecturesx86, armeabi
Malware scanTRUSTED
Contact[email protected]
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
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
Description
(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. display the logcat
4. display/edit the sharedpreferences and sqlite database of all apps
5. enable/disable apps
6. display current activity/fragment
----------------------------------
(P.S. the icon coms from Itachi's 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.
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. display the logcat
4. display/edit the sharedpreferences and sqlite database of all apps
5. enable/disable apps
6. display current activity/fragment
----------------------------------
(P.S. the icon coms from Itachi's 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.
Required features
- Touchscreen android.hardware.touchscreen
- Wifi android.hardware.wifi
Permissions (12)
My Android Tools requests the following Android permissions:
- Access Network State android.permission.ACCESS_NETWORK_STATE
- Access Wifi State android.permission.ACCESS_WIFI_STATE
- Get Package Size android.permission.GET_PACKAGE_SIZE
- Get Tasks android.permission.GET_TASKS
- Internet android.permission.INTERNET
- Kill Background Processes android.permission.KILL_BACKGROUND_PROCESSES
- Package Usage Stats android.permission.PACKAGE_USAGE_STATS
- Read Logs android.permission.READ_LOGS
- System Alert Window android.permission.SYSTEM_ALERT_WINDOW
- Write External Storage android.permission.WRITE_EXTERNAL_STORAGE
- Moe Shizuku Manager Permission Api moe.shizuku.manager.permission.API
- Moe Shizuku Manager Permission Api V23 moe.shizuku.manager.permission.API_V23