Hi, I have tried to add the following line in the androidmanifest.xml file but when running the application it always uses the androidmanifest-example.xml instead.
<uses-permission android:name="android.permission.SET_WALLPAPER"/>
Using the androidmanifest-example.xml I cannot set as a wallpaper any picture.
I have used the menu option: Project - Do not Overwrite Manifest file, but when I tried to run the application it always said:
Using existing AndroidManifest.xml.
(Project - Do Not Overwrite Manifest option is checked)
AndroidManifest-Example.xml file will be created instead.
I have look for a solution in the forum but I cannot find anything.
Thanks in advance and kind regards
Juan
<uses-permission android:name="android.permission.SET_WALLPAPER"/>
Using the androidmanifest-example.xml I cannot set as a wallpaper any picture.
I have used the menu option: Project - Do not Overwrite Manifest file, but when I tried to run the application it always said:
Using existing AndroidManifest.xml.
(Project - Do Not Overwrite Manifest option is checked)
AndroidManifest-Example.xml file will be created instead.
I have look for a solution in the forum but I cannot find anything.
Thanks in advance and kind regards
Juan