I have hyperlinks in my new android app:
<string name="additionURL"><a href="www.example.com">More Information</a></string>
Does this require this line of code in the manifest file?
<uses-permission android:name="android.permission.INTERNET" />
I was unable to find this information anywhere.