• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. S

    Apps Android 6 - how to open Firefox from my app?

    In Android 4 & 5 the following code worked perfectly: private void shareImageWithUri(Uri uri) { Intent intent3 = new Intent(Intent.ACTION_MAIN, null); intent3.addCategory(Intent.CATEGORY_LAUNCHER); intent3.setComponent(new ComponentName("org.mozilla.firefox"...
  2. S

    Help "your video rental has expired" on ALL Youtube videos

    My SuperPAD gives me this message every time when I try to play any youtube video. I'd like to know how to make it play these free videos without any questions.