Closed caarmen closed 3 years ago
https://support.google.com/faqs/answer/9267555
Scenario to reproduce the security vulnerability:
val intent = Intent("ca.rmen.nounours.action.SAVE_ANIMATION") intent.putExtra("ca.rmen.nounours.extra.SHARE_INTENT", Intent(Intent.ACTION_VIEW, Uri.parse("https://www.example.com"))) sendBroadcast(intent)
Also: We're required to update the target sdk to at least 29 to publish an update.
Update it to 30, and update the notifications of the IntentService, to use a foreground service during the file export.
https://support.google.com/faqs/answer/9267555
Scenario to reproduce the security vulnerability:
Also: We're required to update the target sdk to at least 29 to publish an update.
Update it to 30, and update the notifications of the IntentService, to use a foreground service during the file export.