Bug? RemovePermission in manifest editor not effecting

Sreepathy T L

Member
Licensed User
Longtime User
Hi,
I have put the following lines in manifest editor and recompiled the apk.

B4X:
RemovePermission("android.permission.BIND_WALLAPAPER")
RemovePermission("android.permission.SET_WALLAPAPER")

When I check the AndroidManifest.xml, I find that it contains the lines

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

Please help
 
Top