Send Intent to App in Emulator

后端 未结 2 1061

Is it somehow possible to send automated intents to an app inside an emulator for testing?

I have a list of all my intents and I want to test them automaticily, so is it

2条回答
  •  长情又很酷
    2021-02-15 13:41

    Found this APK: http://isecpartners.com/mobile-security-tools/intent-fuzzer.html it does send null values to the apps to see if they are failing. Because the Source is available you can easily change it to some random value and see if you get some respond!

提交回复
热议问题