create a test app that allows direct control of a sync adapter for testing purposes

http://b/issue?id=2239791
This commit is contained in:
Fred Quintana
2009-11-03 17:18:33 -08:00
parent 8d700bdf67
commit d7a3ea819d
6 changed files with 534 additions and 0 deletions

View File

@@ -84,6 +84,14 @@
</intent-filter>
</activity>
<activity android:name="SyncAdapterDriver" android:label="Sync Tester"
android:theme="@android:style/Theme.Light">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.TEST" />
</intent-filter>
</activity>
<activity android:name="DataList">
</activity>
<activity android:name="Details">