Skip to content

Instantly share code, notes, and snippets.

View josevarghese's full-sized avatar
:electron:
Building something new 🥳

Jose Varghese josevarghese

:electron:
Building something new 🥳
View GitHub Profile
@josevarghese
josevarghese / MainActivity.java
Last active May 18, 2020 12:20
Add app specific content sharing button or action send button on Android Menu bar
import android.content.Intent;
import android.net.Uri
@Override
public boolean onCreateOptionsMenu(Menu menu) {
getMenuInflater().inflate(R.menu.main_menu,menu);
return super.onCreateOptionsMenu(menu);
}
![Hello](https://media.giphy.com/media/w8f9g2x44aGI/giphy.gif)