Question by
pablo_leban · Mar 17, 2021 at 02:36 AM ·
androidmanifest
How to add a line on the Android manifest instead of replacing the whole of it?
Hi! I just want to add this line to the manifest to not allow Google Play from doing the autobackup of my game.
<application android:allowBackup="false" tools:replace="android:allowBackup"></application>
However according to this link https://docs.unity3d.com/Manual/android-manifest.html, making an AndroidManifest.xml will actually replace the whole manifest instead of adding those lines.
Is there any way to add that line to the manifest instead of doing a new one all by myself?
Thanks.
Comment
Your answer
Follow this Question
Related Questions
Input.location GPS issue 1 Answer
Android Manifest xml is missing! Build failed. 0 Answers
Detecting headphones 0 Answers