[Bug] XAMARIN ANDROID SIDE SET TERGET (Android 13 api 33) BUT ANDROID 13, IT DOES NOT PROMPT ME FOR MEDIA ACCESS PERMISSION..

Atif Rehman 0 Reputation points
2023-08-23T06:06:48.04+00:00

WHEN My TARGET ANDROID VERSION is Android 12.1 (API Level 32) ALL WORKS FINE

WHEN My TARGET ANDROID VERSION is Android 13 (API Level 33) In Android 13, it does not prompt me for media access permission and notification permission.Screenshot_20230823_102601

Screenshot 2023-08-23 094501

Screenshot 2023-08-23 100429

Developer technologies | .NET | Xamarin
{count} votes

1 answer

Sort by: Most helpful
  1. Raja Chinnadurai 0 Reputation points
    2023-09-26T05:02:02.9833333+00:00

    Attribute receiver#com.google.firebase.iid.FirebaseInstanceIdInternalReceiver@exported value=(true) from AndroidManifest.xml:20:89-112

    is also present at AndroidManifest.xml:39:93-117 value=(false).

    Suggestion: add 'tools:replace="android:exported"' to <receiver> element at AndroidManifest.xml:20:5-115 to override.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.