Forum Discussion
PhaseWarp
3 years agoHonored Guest
Help with Manifest
Error: "Application allows backup of private data"
Changed the manifest to use allowBackup as false yet it still does not work!
code:
<?xml version="1.0" encoding="utf-8"?>
package="com.unity3d.player"
<application android:allowBackup="False">
<activity android:name="com.unity3d.player.UnityPlayerActivity"
android:theme="@style/UnityThemeSelector">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<meta-data android:name="unityplayer.UnityActivity" android:value="true" />
</activity>
</application>
</manifest>
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 3 years ago
- 3 years ago
- 3 years ago