define('DISALLOW_FILE_EDIT', true); define('DISALLOW_FILE_MODS', true); /dev/head — Call Google Goggles from android’s app

Call Google Goggles from android’s app

        Button but1 = (Button) findViewById(R.id.button);
        but1.setOnClickListener(new View.OnClickListener() {
            public void onClick(View v) {
                // it was the 1st button
                Intent LaunchIntent = null;
                try{
                LaunchIntent = getPackageManager().getLaunchIntentForPackage("com.google.android.apps.unveil");
                    startActivity(LaunchIntent);
                }
                catch (NullPointerException e){
                    Intent intent = new Intent(Intent.ACTION_VIEW);
                    intent.setData(Uri.parse("market://details?id=com.google.android.apps.unveil"));
                    startActivity(intent);
                }

            }
        });
 

Теги: , ,

Дата: 21 августа 2014

Автор: Аноним

Комментарии: 3 463

Комментарии: 3463

  1. Bookmark earned and shared the link with one specific person who would care, and a look at outletoracle got the same targeted share, sharing carefully rather than broadcasting is a discipline I try to maintain and this site is generating shares from me at a sustainable rate rather than the spam rate of viral content.

  2. Worth recognising the absence of the usual blog tropes here, and a look at coralaisle continued that fresh quality, sites that avoid the standard moves of the medium read as more original even when the content is on familiar topics and this one has clearly chosen its own path through the conventional terrain skilfully.

  3. If the topic interests you at all this is a place to spend time, and a look at coralaisle reinforced that recommendation, the broader question of where to invest topical reading time is one this site answers convincingly through the consistent quality across multiple pieces I have sampled during the current reading session today.

Добавить комментарий для Waltereffig Отменить ответ

*

Комментарий:

Ваш e-mail не будет опубликован.
Обязательные поля помечены *

Разрешенные HTML теги:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>