summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorNaman Dwivedi <namandwivedi14@gmail.com>2015-05-04 23:19:37 +0530
committerNaman Dwivedi <namandwivedi14@gmail.com>2015-05-04 23:29:45 +0530
commitf6b781683c4e591c34c8979818ad4d3038bd79b9 (patch)
treee6cf14e4fc6146bb3ed543c97c6478c7158358f5 /apps
parent951836c554ba04d6d98122547e364f412f3b2824 (diff)
downloadandroid_development-f6b781683c4e591c34c8979818ad4d3038bd79b9.tar.gz
android_development-f6b781683c4e591c34c8979818ad4d3038bd79b9.tar.bz2
android_development-f6b781683c4e591c34c8979818ad4d3038bd79b9.zip
Remove unnecessary theme attribute for Sync Test
Dont know why but there's a theme attribute for SyncAdapterDrive activity havingvalue as Theme.Light resulting in a beautiful Gingerbread screen. Change-Id: I4f74243152a212197e1881e8f65acf1cbb7dfad8
Diffstat (limited to 'apps')
-rw-r--r--apps/Development/AndroidManifest.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/Development/AndroidManifest.xml b/apps/Development/AndroidManifest.xml
index 6302016c6..e9c80f5df 100644
--- a/apps/Development/AndroidManifest.xml
+++ b/apps/Development/AndroidManifest.xml
@@ -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" />