|
|
|
@ -395,7 +395,8 @@
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
</intent-filter>
|
|
|
|
</intent-filter>
|
|
|
|
</receiver>
|
|
|
|
</receiver>
|
|
|
|
<activity android:name="com.todoroo.astrid.notes.EditNoteActivity" />
|
|
|
|
<activity android:name="com.todoroo.astrid.notes.EditNoteActivity"
|
|
|
|
|
|
|
|
android:theme="@android:style/Theme.Dialog"/>
|
|
|
|
<receiver android:name="com.todoroo.astrid.notes.EditNoteExposer">
|
|
|
|
<receiver android:name="com.todoroo.astrid.notes.EditNoteExposer">
|
|
|
|
<intent-filter>
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="com.todoroo.astrid.REQUEST_ACTIONS" />
|
|
|
|
<action android:name="com.todoroo.astrid.REQUEST_ACTIONS" />
|
|
|
|
|