Which of the following is not in an Android app's manifest? code example
Example: android how to add permission to manifest
<manifest xlmns:android...>
...
<uses-permission android:name="android.permission.INTERNET" />
<application ...
</manifest>