Anyone knows the intent to search directly through the official Duckduckgo app on Android?
Tried this one so far, i think they dont have a
query
key inextras
Intent intent = new Intent(Intent.ACTION_SEARCH);
intent.setPackage("com.duckduckgo.mobile.android");
intent.putExtra("query", subject);
context.startActivity(intent);