Magisk/shared
topjohnwu fdf04f77f2 Send bitmap to notifications and shortcuts
On API 23+, the platform unifies the way to handle drawable
resources across processes: all drawables can be passed via Icon.
This allows us to send raw bitmap to the system without the need to
specify a resource ID. This means that we are allowed to NOT include
these drawable resources within our stub APK, since our full APK can
draw the images programmatically and send raw bitmaps to the system.
2019-10-30 01:02:53 -04:00
..
src/main Send bitmap to notifications and shortcuts 2019-10-30 01:02:53 -04:00
.gitignore Separate stub Magisk Manager to a module 2019-03-08 10:16:02 -05:00
build.gradle Support pre-5.0 without GMS 2019-10-11 01:46:15 -04:00
proguard-rules.pro Support pre-5.0 without GMS 2019-10-11 01:46:15 -04:00