2016-01-26 22:08:27 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2016-01-28 19:51:52 +01:00
|
|
|
<manifest
|
2016-10-23 17:26:42 +02:00
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
package="com.simplemobiletools.calendar">
|
2016-01-26 22:08:27 +01:00
|
|
|
|
2016-07-07 11:35:37 +02:00
|
|
|
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
|
2016-11-26 11:38:06 +01:00
|
|
|
<uses-permission android:name="android.permission.VIBRATE"/>
|
2016-07-07 11:35:37 +02:00
|
|
|
|
2016-01-26 22:08:27 +01:00
|
|
|
<application
|
2016-09-12 20:51:46 +02:00
|
|
|
android:name=".App"
|
2016-01-26 22:08:27 +01:00
|
|
|
android:allowBackup="true"
|
2016-06-03 20:22:57 +02:00
|
|
|
android:icon="@mipmap/launcher"
|
2016-08-29 21:12:20 +02:00
|
|
|
android:label="@string/app_launcher_name"
|
2016-01-26 22:08:27 +01:00
|
|
|
android:theme="@style/AppTheme">
|
2016-01-28 19:51:52 +01:00
|
|
|
<activity
|
2016-07-11 20:30:42 +02:00
|
|
|
android:name=".activities.MainActivity">
|
2016-01-26 22:08:27 +01:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MAIN"/>
|
|
|
|
|
|
|
|
<category android:name="android.intent.category.LAUNCHER"/>
|
|
|
|
</intent-filter>
|
|
|
|
</activity>
|
2016-01-30 19:01:48 +01:00
|
|
|
|
2016-01-31 17:02:44 +01:00
|
|
|
<activity
|
2016-06-18 23:55:42 +02:00
|
|
|
android:name=".activities.WidgetConfigureActivity"
|
2016-01-31 17:02:44 +01:00
|
|
|
android:screenOrientation="portrait"
|
|
|
|
android:theme="@style/MyWidgetConfigTheme">
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.appwidget.action.APPWIDGET_CONFIGURE"/>
|
|
|
|
</intent-filter>
|
|
|
|
</activity>
|
2016-06-01 17:19:54 +02:00
|
|
|
|
|
|
|
<activity
|
2016-06-13 16:20:23 +02:00
|
|
|
android:name=".activities.AboutActivity"
|
2016-07-19 00:11:10 +02:00
|
|
|
android:label="@string/about"
|
|
|
|
android:parentActivityName=".activities.MainActivity"/>
|
2016-06-02 19:45:38 +02:00
|
|
|
|
2016-07-03 21:22:13 +02:00
|
|
|
<activity
|
2016-07-04 22:31:07 +02:00
|
|
|
android:name=".activities.DayActivity"
|
2016-07-19 00:11:10 +02:00
|
|
|
android:label="@string/details"
|
|
|
|
android:parentActivityName=".activities.MainActivity"/>
|
2016-07-03 21:22:13 +02:00
|
|
|
|
2016-07-03 23:55:34 +02:00
|
|
|
<activity
|
|
|
|
android:name=".activities.EventActivity"
|
2016-07-19 00:11:10 +02:00
|
|
|
android:label="@string/event"
|
|
|
|
android:parentActivityName=".activities.DayActivity"/>
|
2016-07-03 23:55:34 +02:00
|
|
|
|
2016-06-02 19:45:38 +02:00
|
|
|
<activity
|
2016-06-13 16:20:23 +02:00
|
|
|
android:name=".activities.LicenseActivity"
|
2016-07-19 00:11:10 +02:00
|
|
|
android:label="@string/third_party_licences"
|
|
|
|
android:parentActivityName=".activities.AboutActivity"/>
|
2016-06-02 19:45:38 +02:00
|
|
|
|
2016-07-18 20:11:58 +02:00
|
|
|
<activity
|
|
|
|
android:name=".activities.SettingsActivity"
|
2016-07-18 21:58:44 +02:00
|
|
|
android:label="@string/settings"
|
|
|
|
android:parentActivityName=".activities.MainActivity"/>
|
2016-07-18 20:11:58 +02:00
|
|
|
|
2016-06-02 19:45:38 +02:00
|
|
|
<receiver
|
2016-11-17 19:33:54 +01:00
|
|
|
android:name=".helpers.MyWidgetProvider"
|
2016-06-03 20:44:26 +02:00
|
|
|
android:icon="@mipmap/widget_preview">
|
2016-06-02 19:45:38 +02:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.appwidget.action.APPWIDGET_UPDATE"/>
|
|
|
|
</intent-filter>
|
|
|
|
|
|
|
|
<meta-data
|
|
|
|
android:name="android.appwidget.provider"
|
|
|
|
android:resource="@xml/widget_info"/>
|
|
|
|
</receiver>
|
|
|
|
|
2016-07-07 11:35:37 +02:00
|
|
|
<receiver android:name=".receivers.NotificationReceiver"/>
|
|
|
|
|
|
|
|
<receiver android:name=".receivers.BootCompletedReceiver">
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.BOOT_COMPLETED"/>
|
|
|
|
<action android:name="android.intent.action.QUICKBOOT_POWERON"/>
|
|
|
|
</intent-filter>
|
|
|
|
</receiver>
|
2016-01-26 22:08:27 +01:00
|
|
|
</application>
|
|
|
|
</manifest>
|