Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Permissions #88

Open
sdemills opened this issue Jan 30, 2013 · 2 comments
Open

Permissions #88

sdemills opened this issue Jan 30, 2013 · 2 comments

Comments

@sdemills
Copy link

This is a request for help rather than a fault...

From the Manifest, the following permissions...

    <uses-permission android:name="android.permission.ACCOUNT_MANAGER" />
<uses-permission android:name="android.permission.CALL_PRIVILEGED" />
<uses-permission android:name="android.permission.MODIFY_PHONE_STATE" />

Eclipse won't compile this for me because it errors those permissions saying that they are only granted to System Apps.

For now, I have commented them out.

What needs to be done to get Eclipse to accept these permissions?

Cheers
Steve

@benjymous
Copy link
Owner

You could try targeting an older Android version - it's possible your environment has automatically targeted the later one (or you haven't downloaded the sdk data for the version that the project is set to target)

@sdemills
Copy link
Author

Hi Richard. Thanks for the reply.

Which do you target? The project properties says Android 4.2 API Level 17 which matches the targetSdkVersion given in the manifest.

Steve.

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants