CheckVersionLib
CheckVersionLib copied to clipboard
请支持Android S
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.
可以用我现在这个库支持Android12 原作者那里fork过来了的
implementation 'com.github.jikun2008:CheckVersionLib:2.4.5'
2.4.2 去除读写权限适配到android13