Added service for DashClock extension
This commit is contained in:
parent
cb743f8230
commit
0c855cb0b1
@ -204,6 +204,18 @@
|
||||
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>
|
Loading…
Reference in New Issue
Block a user