Added service for DashClock extension

This commit is contained in:
mcbyte-it 2013-05-21 16:59:43 +03:00
parent cb743f8230
commit 0c855cb0b1
1 changed files with 13 additions and 1 deletions

View File

@ -203,7 +203,19 @@
<service
android:name=".widget.WidgetUpdateService"
android:enabled="true" />
<service android:name=".DashClock"
android:icon="@drawable/icon"
android:label="@string/app_name"
android:permission="com.google.android.apps.dashclock.permission.READ_EXTENSION_DATA">
<intent-filter>
<action android:name="com.google.android.apps.dashclock.Extension" />
</intent-filter>
<meta-data android:name="protocolVersion" android:value="1" />
<meta-data android:name="description"
android:value="@string/app_name" />
</service>
</application>
</manifest>
</manifest>