compileSdkVersion 31
defaultConfig {
minSdkVersion 20
targetSdkVersion 31
}
Build or assembly Debug works well.
However, "Problem parsing the package error" occurs when installing APK.
When I looked it up, I saw to add android:exported="true" to activity, is it correct to add it to all activities? Should I add something other than activities?
For example >> provider, receiver, service