• topjohnwu's avatar
    Send bitmap to notifications and shortcuts · fdf04f77
    topjohnwu authored
    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.
    fdf04f77
Name
Last commit
Last update
app Loading commit data...
docs Loading commit data...
gradle/wrapper Loading commit data...
native Loading commit data...
scripts Loading commit data...
shared Loading commit data...
signing Loading commit data...
snet Loading commit data...
stub Loading commit data...
tools Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
LICENSE Loading commit data...
README.MD Loading commit data...
build.gradle Loading commit data...
build.py Loading commit data...
config.prop.sample Loading commit data...
gradle.properties Loading commit data...
gradlew Loading commit data...
gradlew.bat Loading commit data...
settings.gradle Loading commit data...