Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apsun/NoUsbNotification
Removes the USB debugging and MTP/PTP notifications on Android.
https://github.com/apsun/NoUsbNotification
android xposed
Last synced: 15 days ago
JSON representation
Removes the USB debugging and MTP/PTP notifications on Android.
- Host: GitHub
- URL: https://github.com/apsun/NoUsbNotification
- Owner: apsun
- License: mit
- Archived: true
- Created: 2015-08-30T20:52:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-14T17:21:33.000Z (over 8 years ago)
- Last Synced: 2024-08-01T05:20:55.070Z (3 months ago)
- Topics: android, xposed
- Language: Java
- Size: 5.86 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# NoUsbNotification
Removes the USB debugging and MTP/PTP notifications on Android.
Relevant code can be found [here](https://github.com/android/platform_frameworks_base/blob/master/services/usb/java/com/android/server/usb/UsbDeviceManager.java).
## Requirements
- A rooted Android phone
- [Xposed framework](http://forum.xda-developers.com/xposed/xposed-installer-versions-changelog-t2714053)
([Lollipop version](http://forum.xda-developers.com/showthread.php?t=3034811))## License
Distributed under the [MIT License](http://opensource.org/licenses/MIT).