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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user