Aefyr / SAI

Android split APKs installer
GNU General Public License v3.0
2.48k stars 251 forks source link

Update compileSdkVersion and targetSdkVersion above 30 error #248

Closed qiushui95 closed 2 years ago

qiushui95 commented 2 years ago

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.

github-actions[bot] commented 2 years ago

This issue hasn't had any activity for the last 60 days and will be automatically closed in 7 days from now