cancel
Showing results for 
Search instead for 
Did you mean: 

Security Vulnerability Review Test Result: The allowBackup setting is enabled

Truthveyor
Expert Protege
In my Oculus Go build uploaded to a Release Channel, this is the warning I had received in my Security Vulnerability Review test result:

"The
allowBackup
setting is enabled within the app's manifest (AndroidManifest.xml)
file with a
android:allowBackup=”True”
entry."

This is the solution I had found:

(1) Find the AndroidManefest.xml file in your Assets/Plugins/Android folder, and open it up.

(2) Change the
<application ...>
to like this
<application android:allowBackup="false" ... >

Security vulnerability handled, and it passed the test.

I hope this helps the other devs who run into this same problem.

Edit:  For more information, please consult this link:  

    https://developer.android.com/guide/topics/data/autobackup.html


0 REPLIES 0