Running external FaceBook sharing activity triggers a warning
WARN/InputManagerService(52): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@438edb68
and FB activity is not visible on Foreground.
Code used
Intent sendShareIntent = new Intent("com.facebook.katana"); sendShareIntent.setComponent(new ComponentName("com.facebook.katana", "com.facebook.katana.ShareLinkActivity")); startActivity(sendShareIntent);
My emulator has a FaceBook app. When I get apps installed with ACTION_SEND as an action filter, I get "com.facebook.katana.ShareLinkActivity".
So, offer me a solution as soon as possible
Thanks and Regards, Sha
source share