olzsports.blogg.se

Google translate app no network
Google translate app no network






google translate app no network

i.putExtra("key_from_floating_window", false) i.putExtra("key_suggest_translation", "") I.putExtra("key_text_input", "Oh my God! What is going on here?") The following code works with the new version of Google Translate Application: Intent i = new Intent() So: how do I pass the languages to the Google Translate App now? What actually happened when I ran this code was: the Google Translator asked me if I want to translate from English and translated "What is going on?" to French. I.setComponent(new ComponentName(".translate", I.putExtra("key_from_floating_window", false) I.putExtra("key_suggest_translation", "")

google translate app no network

I.putExtra("key_text_input", "What time is it?") I.putExtra(Intent.EXTRA_TEXT, "What is going on?") The best I can do is to use ACTION_SEND, but it ignores the two languages: Intent i = new Intent() (yes, I tried to replace my code by that code, the Google Translator App behaves as if it does not receive any data.)Ĭurrently I cannot specify the text and the two languages. Returning Translated Text from Google Translate Activity

google translate app no network

The code is identical to the code given here: The problem is that invoking the Google Translator App does not work anymore, although it did once. I wrote a program that invokes Google Translator android application via Intent.ACTION_VIEW.








Google translate app no network