Android : After exporting the application the permission disappears

on Sunday, September 28, 2014


I was writing a webview application in Eclipse, and when I compile it, I wanted to add 'use permission' 'android.permission.INTERNET'. I tried adding using the GUI and changing the code, but after I exported it as apk, the permission disappears.


How can I add the permission to the AndroidManifest.xml when I am exporting it?


0 comments:

Post a Comment