Skip to content

Commit dac64ee

Browse files
committed
Query test files
1 parent d9c0780 commit dac64ee

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<manifest ... >
2+
<!-- GOOD: 'android:allowBackup' set to 'false' -->
3+
<application
4+
android:allowBackup="false">
5+
<activity ... >
6+
</activity>
7+
</application>
8+
</manifest>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<manifest ... >
2+
<!-- BAD: 'android:allowBackup' set to 'true' -->
3+
<application
4+
android:allowBackup="true">
5+
<activity ... >
6+
</activity>
7+
</application>
8+
</manifest>

0 commit comments

Comments
 (0)