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

Search results

  1. Ravindra Pal Singh

    ROMs How to start Activity from Android Keyboard (IME) on MIUI 11 without asking permission from user?

    SettingIcon_click by Ravindra Pal Singh posted Jun 2, 2020 at 9:35 PM final Intent intent = new Intent( mRichImm.getInputMethodInfoOfThisIme().getSettingsActivity()); intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED |...