What Intents Or Apis Does Google's Duo App For Android Support?
Can we start a new video call via Google Duo via intent? Can we launch into any specific screen within the app? We currently have support for launching Hangouts from our app, and w
Solution 1:
Use this :-
Intent intent = getPackageManager().getLaunchIntentForPackage("com.google.android.apps.tachyon");
startActivity(intent);
Post a Comment for "What Intents Or Apis Does Google's Duo App For Android Support?"