Skip to content

Instantly share code, notes, and snippets.

@quentin23soleil
Last active August 29, 2015 14:15
Show Gist options
  • Save quentin23soleil/20b192e9021b6e843398 to your computer and use it in GitHub Desktop.
Save quentin23soleil/20b192e9021b6e843398 to your computer and use it in GitHub Desktop.
All share package names I could find. Tell me about others.
String[] twitter = new String[] {
"com.klinker.android.twitter_l",
"org.mariotaku.twidere",
"com.levelup.touiteur",
"jp.r246.twicca",
"com.jv.materialfalcon",
"com.twitter.android",
"com.handmark.tweetcaster",
"it.mvilla.android.fenix",
"com.handmark.tweetcaster.premium",
"com.twidroid",
"com.echofon",
"com.dwdesign.tweetings",
"com.levelup.touiteurpremium",
"com.jv.falcon",
"com.saulmm.tweetwear",
"com.seesmic",
"net.sinproject.android.tweecha",
"de.vanita5.twittnuker",
"com.happydroid.tweetline.donate",
"com.happydroid.tweetline",
"com.handlerexploit.tweedle"
};
String[] facebook = new String[] {
"com.facebook.katana",
"app.fastfacebook.com",
"com.androdb.fastlitefb",
"com.danvelazco.fbwrapper"
};
String[] email = new String[] {
"com.my.mail",
"com.mail.emails",
"com.yahoo.mobile.client.android.mail",
"com.trtf.blue",
"com.cloudmagic.mail",
"com.email.email",
"com.sonyericsson.extras.liveware.extension.mail",
"com.google.android.gm",
"com.mailboxapp",
"com.fsck.k9",
"com.google.android.apps.inbox",
"com.boxer.email",
"com.clearhub.wl",
"com.google.android.email"
};
String[] googlePlus = new String[] {
"com.google.android.apps.plus"
};
String[] sms = new String[] {
"com.textra",
"com.vitamin.vitasms",
"com.jb.gosms",
"com.handcent.nextsms",
"com.hellotext.hello",
"com.p1.chompsms",
"com.google.android.apps.messaging",
"com.klinker.android.evolve_sms",
"fr.slvn.mms",
"com.android.mms",
"com.google.android.talk",
"com.facebook.orca",
"com.whatsapp",
"com.tencent.mm",
"com.viber.voip"
};
@quentin23soleil
Copy link
Author

woops

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment