|
|
|
|
@ -478,6 +478,41 @@
|
|
|
|
|
<activity android:name=".dashclock.DashClockSettings"
|
|
|
|
|
android:label="@string/app_name"
|
|
|
|
|
android:exported="true" />
|
|
|
|
|
|
|
|
|
|
<!-- Tasker/Locale -->
|
|
|
|
|
|
|
|
|
|
<activity
|
|
|
|
|
android:name=".locale.ui.activity.TaskerSettingsActivity"
|
|
|
|
|
android:exported="false"
|
|
|
|
|
android:label="@string/app_name"
|
|
|
|
|
android:theme="@style/Tasks"
|
|
|
|
|
android:uiOptions="splitActionBarWhenNarrow"
|
|
|
|
|
android:windowSoftInputMode="adjustResize"/>
|
|
|
|
|
|
|
|
|
|
<activity-alias
|
|
|
|
|
android:name="com.twofortyfouram.locale.example.setting.toast.ui.activity.PluginActivity"
|
|
|
|
|
android:exported="true"
|
|
|
|
|
android:enabled="true"
|
|
|
|
|
android:icon="@mipmap/ic_launcher"
|
|
|
|
|
android:label="@string/app_name"
|
|
|
|
|
android:targetActivity=".locale.ui.activity.TaskerSettingsActivity"
|
|
|
|
|
tools:ignore="ExportedActivity">
|
|
|
|
|
<intent-filter>
|
|
|
|
|
<action android:name="com.twofortyfouram.locale.intent.action.EDIT_SETTING" />
|
|
|
|
|
</intent-filter>
|
|
|
|
|
</activity-alias>
|
|
|
|
|
|
|
|
|
|
<receiver
|
|
|
|
|
android:name=".locale.receiver.FireReceiver"
|
|
|
|
|
android:exported="true"
|
|
|
|
|
android:enabled="true"
|
|
|
|
|
android:process=":background"
|
|
|
|
|
tools:ignore="ExportedReceiver">
|
|
|
|
|
<intent-filter>
|
|
|
|
|
<action android:name="com.twofortyfouram.locale.intent.action.FIRE_SETTING"/>
|
|
|
|
|
</intent-filter>
|
|
|
|
|
</receiver>
|
|
|
|
|
|
|
|
|
|
</application>
|
|
|
|
|
|
|
|
|
|
</manifest>
|
|
|
|
|
|