manifest delete SET_WALLPAPER permission when export

送分小仙女□ 提交于 2019-12-11 09:38:38

问题


sorry my english

I am exporting signed apk, and when eclipse finish exporting, the manifest.xml automaticaly delete this code file:

<uses-permission android:name="android.permission.SET_WALLPAPER"/>

somebody knows why manifest reload without this permision? Obviusly the app doesn't run ok without this.

Thanks for all, and sorry my english


回答1:


I think it is solved: Project -> Android tools -> Fix Project properties Thanks for the reply



来源:https://stackoverflow.com/questions/11493486/manifest-delete-set-wallpaper-permission-when-export

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!