lost icon indicating copy to clipboard operation
lost copied to clipboard

Update android 12

Open Qubiz opened this issue 3 years ago • 0 comments

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.

Qubiz avatar Jul 22 '21 11:07 Qubiz