Skip to content

Instantly share code, notes, and snippets.

@ademirqueiroga
Created February 22, 2023 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ademirqueiroga/ba76e22be2e0f827716233c04ba07057 to your computer and use it in GitHub Desktop.
Save ademirqueiroga/ba76e22be2e0f827716233c04ba07057 to your computer and use it in GitHub Desktop.
Init programs broadcast receiver
<receiver
android:name=".InitProgramsBroadcastReceiver"
android:exported="true">
<intent-filter>
<action android:name="android.media.tv.action.INITIALIZE_PROGRAMS" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</receiver>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment