Added service for DashClock extension
This commit is contained in:
parent
cb743f8230
commit
0c855cb0b1
@ -203,7 +203,19 @@
|
|||||||
<service
|
<service
|
||||||
android:name=".widget.WidgetUpdateService"
|
android:name=".widget.WidgetUpdateService"
|
||||||
android:enabled="true" />
|
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>
|
</application>
|
||||||
|
|
||||||
</manifest>
|
</manifest>
|
||||||
|
Loading…
Reference in New Issue
Block a user