Text Shadow, Clock, Product Sans Font, Multiple Events and more
This commit is contained in:
@ -6,6 +6,7 @@
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
|
||||
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
|
||||
<uses-permission android:name="com.android.vending.BILLING" />
|
||||
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
@ -50,6 +51,9 @@
|
||||
<data android:scheme="content" />
|
||||
<data android:host="com.android.calendar" />
|
||||
</intent-filter>
|
||||
<intent-filter>
|
||||
<action android:name="com.tommasoberlose.anotherwidget.action.GO_TO_NEXT_EVENT" />
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<receiver
|
||||
android:name=".receiver.UpdatesReceiver"
|
||||
@ -114,6 +118,13 @@
|
||||
<action android:name="com.tommasoberlose.anotherwidget.action.ACTION_OPEN_WEATHER_INTENT" />
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
|
||||
<service
|
||||
android:name=".util.CrocodileService"
|
||||
android:enabled="true"
|
||||
android:exported="true" />
|
||||
|
||||
<activity android:name=".ui.activity.SupportDevActivity"></activity>
|
||||
</application>
|
||||
|
||||
</manifest>
|
Reference in New Issue
Block a user