aboutsummaryrefslogtreecommitdiff
path: root/examples/ex3_async_event/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ex3_async_event/src/main/AndroidManifest.xml')
-rw-r--r--examples/ex3_async_event/src/main/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ex3_async_event/src/main/AndroidManifest.xml b/examples/ex3_async_event/src/main/AndroidManifest.xml
index 8e2887c..dcc724b 100644
--- a/examples/ex3_async_event/src/main/AndroidManifest.xml
+++ b/examples/ex3_async_event/src/main/AndroidManifest.xml
@@ -3,7 +3,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.android.mobly.snippet.example3">
- <application>
+ <application android:allowBackup="false">
<meta-data
android:name="mobly-snippets"
android:value="com.google.android.mobly.snippet.example3.ExampleAsyncSnippet" />