update the edit activitys intent-filter
This commit is contained in:
parent
12800ec7c1
commit
acf539ee93
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@
|
||||||
android:name=".activities.EditActivity"
|
android:name=".activities.EditActivity"
|
||||||
android:label="@string/editor">
|
android:label="@string/editor">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="action_nextgen_edit"/>
|
<action android:name="android.intent.action.EDIT"/>
|
||||||
|
|
||||||
<category android:name="android.intent.category.DEFAULT"/>
|
<category android:name="android.intent.category.DEFAULT"/>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue