UpdateAppUtils icon indicating copy to clipboard operation
UpdateAppUtils copied to clipboard

android 12 适配

Open jinlongwu opened this issue 2 years ago • 1 comments

PACKAGE_NAME: Targeting S+ (version 10000 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.

Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the PendingIntent being mutable, e.g. if it needs to be used with inline replies or bubbles.

jinlongwu avatar Dec 30 '22 05:12 jinlongwu