Skip to content

Commit

Permalink
Merge pull request Automattic#439 from Automattic/update/remove-custo…
Browse files Browse the repository at this point in the history
…m-tabs

Remove unused class CustomTabsBroadcastReceiver
  • Loading branch information
ashiagr committed Oct 21, 2022
2 parents f4114e8 + 81e055a commit 445eb2e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 31 deletions.
8 changes: 0 additions & 8 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -420,9 +420,6 @@
<activity android:name="com.google.android.gms.oss.licenses.OssLicensesActivity"
android:theme="@style/Theme.AppCompat.DayNight"/>

<!-- services which are user triggered, eg: run in the foreground -->
<service android:name="au.com.shiftyjelly.pocketcasts.ui.tasks.RefreshArtworkTask"/>

<!-- services which are periodic or trigerred by the app automatically triggered, eg: can run in the background -->
<service android:name="au.com.shiftyjelly.pocketcasts.repositories.download.UpdateEpisodeDetailsJob"
android:permission="android.permission.BIND_JOB_SERVICE"
Expand Down Expand Up @@ -484,11 +481,6 @@
</intent-filter>
</receiver>

<receiver
android:name="au.com.shiftyjelly.pocketcasts.views.component.CustomTabsBroadcastReceiver"
android:enabled="true">
</receiver>

<!-- Google play services -->
<meta-data
android:name="com.google.android.gms.version"
Expand Down

This file was deleted.

0 comments on commit 445eb2e

Please sign in to comment.