Merge "Remove unnecessary theme attribute for Sync Test"

This commit is contained in:
Elliott Hughes
2015-05-04 20:31:24 +00:00
committed by Gerrit Code Review

View File

@@ -87,8 +87,7 @@
</intent-filter>
</activity>
<activity android:name="SyncAdapterDriver" android:label="Sync Tester"
android:theme="@android:style/Theme.Light">
<activity android:name="SyncAdapterDriver" android:label="Sync Tester">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.TEST" />