question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Inject 'INTERNET' permission in AndroidManifest.xml if not present

See original GitHub issue
  • I used the latest Espresso@master, did a clean install of the node_modules, set forceEspressoRebuild=true
  • It installs the app but can never open and automate the app

https://gist.github.com/dpgraham/084c4785e85736531161e297bd25cb78

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:12 (12 by maintainers)

github_iconTop GitHub Comments

2reactions
imurchiecommented, May 15, 2018

Turns out you need INTERNET permissions. Not sure the Contact Manager will work, since we don’t have the source. But I added it to the GPS demo and it worked fine.

<uses-permission android:name="android.permission.INTERNET" />
0reactions
mykola-mokhnachcommented, Oct 16, 2018

I would say it is an overkill. Lets make it simple

Read more comments on GitHub >

github_iconTop Results From Across the Web

android - How to add manifest permission to an application?
Permission name is CASE-SENSITIVE · Double click on the manifest to show it on the editor · Click on the permissions tab below...
Read more >
[Solved] Add Internet Permission in AndroidManifest.xml in ...
1. Follow the below steps. Go to app -> src -> main -> AndroidManifest.xml · 2. Add the following line in AndroidManifest.xml before...
Read more >
Add uses-permission of "android.permission.INTERNET" to ...
Add uses- permission of "android. permission. INTERNET " to AndroidManifest. xml.
Read more >
Add internet permission in AndroidManifest.xml in android studio
Step 1 : Go to app -> src -> main -> AndroidManifest.xml. Step 2:.
Read more >
Manifest.permission - Android Developers
Manifest · Manifest.permission · Manifest.permission_group · R · R.anim ... R.style · R.styleable · R.transition · R.xml ... XmlResourceParser. Classes.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found