summaryrefslogtreecommitdiffstats
path: root/tests/HugeBackup/proguard.flags
diff options
context:
space:
mode:
authorChristopher Tate <ctate@google.com>2011-03-11 12:39:17 -0800
committerChristopher Tate <ctate@google.com>2011-03-11 17:58:01 -0800
commit38507bb993239a4d8135c6cc253187efe6e976fc (patch)
treeb4d6d81379474c3ad905e8f988b82cbf7c177351 /tests/HugeBackup/proguard.flags
parent0eb7b697b7c180660647b5cd0cd7dd067f6b6abb (diff)
downloadframeworks_base-38507bb993239a4d8135c6cc253187efe6e976fc.zip
frameworks_base-38507bb993239a4d8135c6cc253187efe6e976fc.tar.gz
frameworks_base-38507bb993239a4d8135c6cc253187efe6e976fc.tar.bz2
Add a test app: quota exceeded doing a backup
This is a simple test app (a clone of the Backup/Restore sample code) that deliberately backs up 20 megabytes of data every time it performs a backup pass. This is to trigger the quota-exceeded logic both on the client and on the backend, for testing purposes. Change-Id: I01f04d0f85c827baadf1990c09643d5eb5f88266
Diffstat (limited to 'tests/HugeBackup/proguard.flags')
-rw-r--r--tests/HugeBackup/proguard.flags3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/HugeBackup/proguard.flags b/tests/HugeBackup/proguard.flags
new file mode 100644
index 0000000..b4d01bf
--- /dev/null
+++ b/tests/HugeBackup/proguard.flags
@@ -0,0 +1,3 @@
+-keepclassmembers class com.android.hugebackup.HugeBackupActivity {
+ public void onRestoreButtonClick(android.view.View);
+}