Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created February 23, 2022 07:46
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 skydoves/1753a5bc771f6ed629ba0dea726231a2 to your computer and use it in GitHub Desktop.
Save skydoves/1753a5bc771f6ed629ba0dea726231a2 to your computer and use it in GitHub Desktop.
broadcast_receiver_manifest
<receiver android:name=".MyBroadcastReceiver" android:exported="true">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED"/>
<action android:name="android.intent.action.INPUT_METHOD_CHANGED" />
</intent-filter>
</receiver>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment