99keshav99 / CaptureSposed

Xposed module that effectively disables the newly introduced screenshot detection API in Android 14
GNU Affero General Public License v3.0
89 stars 5 forks source link

Add Custom Icon #9

Closed DavidBerdik closed 1 month ago

DavidBerdik commented 1 month ago

This PR adds a custom icon to the module.

On my phone, it appears in the app drawer like this:

Screenshot_20240514-230512_Trebuchet

The icon is designed to be adaptive, as demonstrated in the following video:

https://github.com/99keshav99/CaptureSposed/assets/7663225/cb3876d5-5e34-4d30-956a-d880fc09ce42

This PR does not contain the code needed to display the icon on the app drawer. I simply added a dummy activity to show how it will look for demonstration purposes.

99keshav99 commented 1 month ago

Excellent! Thanks 👍🏽