lost
lost copied to clipboard
Update android 12
Overview
Android 12 (SDK 31) requires that when you are using intent-filters the android:exported
attribute should be provided explicitly. Reference: https://developer.android.com/guide/topics/manifest/activity-element#exported
Proposed Changes
Add the android:exported="false"
attribute to the service(s) that use intent-filters.