0

I have own soft keyboard:

enter image description here

And Main Activity - dictionary:

enter image description here

Can i embded my Main Activity into soft Keyboard, like this:

enter image description here

In the event handler "On Start" next code:

Intent intent = new Intent(getBaseContext(), FdActivity.class);
            intent.addCategory(Intent.CATEGORY_EMBED);
            intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
                    getApplication().startActivity(intent);

But my Activity run on FullScreen.

user1755546
  • 1,049
  • 2
  • 13
  • 27

0 Answers0