Skip to content

Instantly share code, notes, and snippets.

@ludovicroland
Last active March 20, 2017 10:35
Show Gist options
  • Save ludovicroland/fb3058bb5e23eb55c1f02eeb9801383f to your computer and use it in GitHub Desktop.
Save ludovicroland/fb3058bb5e23eb55c1f02eeb9801383f to your computer and use it in GitHub Desktop.
open class CompassActivity : AppCompatActivity()
{
protected open fun onBroadcastReceiver(context: Context, intent: Intent)
{
//...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment