[Mono-bugs] [Bug 643359] New: Generated AndroidManifest.xml always required Internet permission
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sat Oct 2 11:40:15 EDT 2010
https://bugzilla.novell.com/show_bug.cgi?id=643359
https://bugzilla.novell.com/show_bug.cgi?id=643359#c0
Summary: Generated AndroidManifest.xml always required Internet
permission
Classification: Mono
Product: MonoDroid
Version: unspecified
Platform: All
OS/Version: Windows
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Tools
AssignedTo: mkestner at novell.com
ReportedBy: gshackles at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US)
AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.472.62 Safari/534.3
Regardless of whether the Internet permission is checked in the project's
configuration properties, this line always appears in the generated
AndroidManifest.xml:
<uses-permission android:name="android.permission.INTERNET" />
Other permissions I've tried show/hide correctly based on the settings, but
Internet is always there.
Reproducible: Always
Steps to Reproduce:
1. Create a new MonoDroid application
2. Verify that the Internet permission is turned off in the project
configuration
3. Build the application
4. Look at the generated AndroidManifest.xml in obj/Debug/android
Actual Results:
AndroidManifest.xml specifies that it requires the Internet permission.
Expected Results:
AndroidManifest.xml should not require the Internet permission, since it was
not specified in the configuration.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list