update the edit activitys intent-filter

This commit is contained in:
tibbi 2016-10-05 23:19:24 +02:00
parent 12800ec7c1
commit acf539ee93
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@
android:name=".activities.EditActivity"
android:label="@string/editor">
<intent-filter>
<action android:name="action_nextgen_edit"/>
<action android:name="android.intent.action.EDIT"/>
<category android:name="android.intent.category.DEFAULT"/>