You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
D
package supa.mack.doppler;
import java.util.Set;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import android.bluetooth.*;
import android.widget.Toast;
public class...