Flutter:I can uninstall an app using android_action.Action.ACTION_DELETE .But after uninstallation restarts my whole app, how handle this issue

前端 未结 0 417
天命终不由人
天命终不由人 2021-01-14 21:38

I have used following package to uninstall any app inside my flutter app:

android_intent.Intent()
  ..setAction(android_action.Action.ACTION_DELETE)
  ..setDa         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题