Skip to content

Commit

Permalink
Manifest update reinstated, resolving app crash from list to detail A…
Browse files Browse the repository at this point in the history
…ctivity
  • Loading branch information
thatsabhi22 committed May 30, 2020
1 parent 665034d commit 5df72e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions XYZReader/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
<activity
android:name=".ui.ArticleDetailActivity"
android:parentActivityName=".ui.ArticleListActivity">
<!-- <intent-filter>-->
<!-- <action android:name="android.intent.action.VIEW" />-->
<!-- <category android:name="android.intent.category.DEFAULT" />-->
<!-- <data android:mimeType="vnd.android.cursor.item/vnd.com.example.xyzreader.items" />-->
<!-- </intent-filter>-->
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="vnd.android.cursor.item/vnd.com.example.xyzreader.items" />
</intent-filter>
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value=".ui.ArticleListActivity" />
Expand Down

0 comments on commit 5df72e2

Please sign in to comment.