question

Ram avatar image
Ram asked Dan answered

How to Open Table App using Intent ?

I am trying to open clover's Table app using intent but there is no way i can implement it.I searched this for a day and found nothing.This is wasting my time.Please guys help me. Thanks in advance.

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Dan avatar image
Dan answered

Intent intent = getPackageManager().getLaunchIntentForPackage("com.clover.tables"); startActivity(intent);

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community