Skip to content

Commit

Permalink
Merge pull request #160 from prabalsingh24/add-newsbrainz-activity-an…
Browse files Browse the repository at this point in the history
…droid-manifest

Fix: Declare NewsBrainzActivity in androidManifest
  • Loading branch information
akshaaatt committed May 29, 2023
2 parents f8b936a + 866776a commit bc07a9c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
android:value="" />
</activity>

<activity
android:name=".ui.screens.newsbrainz.NewsBrainzActivity"
android:label="@string/title_activity_news_brainz">
</activity>

<service
android:name=".service.ListenScrobbleService"
android:enabled="true"
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,9 @@
<!-- Year in Music -->
<string name="title_activity_year_in_music">YearInMusicActivity</string>

<!-- News Brainz Acitivity -->
<string name="title_activity_news_brainz">NewsBrainzActivity</string>

<!-- BrainzPlayer -->
<string name="bp_loading_text">Loading your music library</string>

Expand Down

0 comments on commit bc07a9c

Please sign in to comment.