// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.oliodevices.assist.app.fragments; import android.bluetooth.BluetoothDevice; import android.content.DialogInterface; import android.content.Intent; import android.net.Uri; import android.support.v4.app.FragmentActivity; // Referenced classes of package com.oliodevices.assist.app.fragments: // SetupConnectFragment class this._cls0 implements android.content.Listener { final SetupConnectFragment this$0; public void onClick(DialogInterface dialoginterface, int i) { dialoginterface = String.format(getString(0x7f06006e), new Object[] { SetupConnectFragment.access$100(SetupConnectFragment.this).getAddress() }); Intent intent = new Intent("android.intent.action.SENDTO"); intent.setData(Uri.parse("mailto:")); intent.putExtra("android.intent.extra.EMAIL", new String[] { getString(0x7f06006d) }); intent.putExtra("android.intent.extra.SUBJECT", getString(0x7f06006f)); intent.putExtra("android.intent.extra.TEXT", dialoginterface); if (intent.resolveActivity(getActivity().getPackageManager()) != null) { startActivity(intent); } SetupConnectFragment.access$102(SetupConnectFragment.this, null); } A() { this$0 = SetupConnectFragment.this; super(); } }