CheckVersionLib icon indicating copy to clipboard operation
CheckVersionLib copied to clipboard

请支持Android S

Open keluokeda opened this issue 3 years ago • 1 comments

java.lang.IllegalArgumentException: com.icarguard.ichebao: Targeting S+ (version 31 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.

keluokeda avatar Jan 20 '22 01:01 keluokeda

可以用我现在这个库支持Android12 原作者那里fork过来了的

implementation 'com.github.jikun2008:CheckVersionLib:2.4.5'

jikun2008 avatar Aug 31 '22 11:08 jikun2008

2.4.2 去除读写权限适配到android13

AlexLiuSheng avatar Jul 19 '23 06:07 AlexLiuSheng