summaryrefslogtreecommitdiffstats
path: root/apps/CtsVerifier/AndroidManifest.xml
diff options
context:
space:
mode:
authorRaj Mamadgi <r.mamadgi@samsung.com>2018-04-06 11:39:00 -0700
committerRaj Mamadgi <r.mamadgi@samsung.com>2018-04-16 17:10:14 -0700
commite70f26e7069ff25a88057b9ddc4520e16c273e50 (patch)
treedbce46395f1d3de77690a197d01a4ef05421af15 /apps/CtsVerifier/AndroidManifest.xml
parent8272dc085491c473bc0b6073193c9bc20a08a2ee (diff)
downloadplatform_cts-e70f26e7069ff25a88057b9ddc4520e16c273e50.tar.gz
platform_cts-e70f26e7069ff25a88057b9ddc4520e16c273e50.tar.bz2
platform_cts-e70f26e7069ff25a88057b9ddc4520e16c273e50.zip
DO NOT MERGE [CTS] Add a test for key/value backup and restore.
This test is intended to replace BackupTest in CTS Verifier (removed in this change). The test installs the app that generates random values and saves them in different shared preferences and files. It uses BackupAgentHelper to do key/value backup of those values. The tests verifies that the values are restored after the app is uninstalled and reinstalled. Test: make cts -j40 && cts-tradefed run cts -m CtsBackupHostTestCases b/34127370 Change-Id: Ic2c5ca6244b2c66ec4596dd553284d3d62b9ce3d Signed-off-by: Raj Mamadgi <r.mamadgi@samsung.com>
Diffstat (limited to 'apps/CtsVerifier/AndroidManifest.xml')
-rw-r--r--apps/CtsVerifier/AndroidManifest.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/apps/CtsVerifier/AndroidManifest.xml b/apps/CtsVerifier/AndroidManifest.xml
index abe965cfd9a..cff2215bccd 100644
--- a/apps/CtsVerifier/AndroidManifest.xml
+++ b/apps/CtsVerifier/AndroidManifest.xml
@@ -64,13 +64,9 @@
<application android:label="@string/app_name"
android:icon="@drawable/icon"
- android:backupAgent="VerifierBackupAgent"
android:debuggable="true"
android:largeHeap="true">
- <meta-data android:name="com.google.android.backup.api_key"
- android:value="AEdPqrEAAAAIbK6ldcOzoeRtQ1u1dFVJ1A7KetRhit-a1Xa82Q" />
-
<uses-library android:name="android.test.runner"/>
<activity android:name=".TestListActivity" android:label="@string/app_name" />
@@ -162,15 +158,6 @@
android:value="android.software.device_admin" />
</activity>
- <activity android:name=".backup.BackupTestActivity" android:label="@string/backup_test">
- <intent-filter>
- <action android:name="android.intent.action.MAIN" />
- <category android:name="android.cts.intent.category.MANUAL_TEST" />
- </intent-filter>
- <meta-data android:name="test_required_features"
- android:value="android.software.backup" />
- </activity>
-
<activity android:name=".bluetooth.BluetoothTestActivity"
android:label="@string/bluetooth_test"
android:configChanges="keyboardHidden|orientation|screenSize">