Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8346463
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T07:01:20+00:00 2026-06-09T07:01:20+00:00

I know there are quite a few postings out there concerning this very issue,

  • 0

I know there are quite a few postings out there concerning this very issue, yet I was not able to fix it yet.

So what I have is basically a very small app, containing little more than a VideoView widget. When deployed to the emulator, everything is fine. When I try to do on-device testing, I receive an exception, basically

 Permission Denial: starting Intent { act=android.intent.action.MAIN
 cat=[android.intent.category.LAUNCHER] flg=0x10000000
 cmp=jfl.projects.fk/.StartupActivity } from null (pid=3903, uid=2000) requires
 android.permission.INTERNET

Well, having read that error message i stuffed the Manifest with as much permission-tags as I possibly could (well, one at a time, each time the last didn’t solve anything), but, yeah, guess what.
So, these are the permissions I added:

<uses-permission android:name="android.permission.INTERNET"/>

within the manifest-Tag

android:permission="android.permission.INTERNET"

as qualifier for the application- as well as for the activity-Tag

The manifest is basically just that. The activity has nested an intent-filter tag defining

<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />

but that’s it.

Any idea who feels neglected here and desperately longs for internet permissions?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T07:01:22+00:00Added an answer on June 9, 2026 at 7:01 am

    Get rid of android:permission="android.permission.INTERNET". That is indicating that the home screen, or anything else that tries launching your activity, needs that permission.

    The AndroidManifest.xml file element should contain:

        <uses-permission android:name="android.permission.INTERNET"/>
    

    If you are using Eclipse and click on AndroidManifest.xml, select the Permissions tab and click ‘Add’ and select ‘Uses Permission’ and select the ‘android.permission.INTERNET’ permission.

    The Eclipse AndroidManifest.xml view’s ‘Application’ tab has a ‘Permission’ pulldown menu — DON’T use that. (It is a misleading field)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know there have been quite a few questions about this, however, I'm still
I know there are quite a few questions concerning access violations, but I have
Disclaimer: I know there are quite a few questions out there with this topic
I know there have been quite a few posts on this but none seem
I know that there are a quite a few questions on this out there
I know that there are quite a few different topics out there but I
I know there are many questions asking for this, but I have tried quite
I know this question has been asked quite a few times, however, I have
I know there are quite a few solutions for this problem but mine was
I know there are quite a few text-to-array questions out there, but I am

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.