Page 1021 - 3-2
P. 1021

* Licensed under the Apache License, Version 2.0 (the "License");
             * you may not use this file except in compliance with the License.
             * You may obtain a copy of the License at
             *
             *      http://www.apache.org/licenses/LICENSE-2.0
             *
             * Unless required by applicable law or agreed to in writing, software
             * distributed under the License is distributed on an "AS IS" BASIS,
             * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
             * See the License for the specific language governing permissions and
             * limitations under the License.
             */


            package kr.icehs.intec.automaticvaluablesbox_0515;


            import android.app.Activity;
            import android.bluetooth.BluetoothAdapter;
            import android.bluetooth.BluetoothDevice;
            import android.content.BroadcastReceiver;
            import android.content.Context;
            import android.content.Intent;
            import android.content.IntentFilter;
            import android.os.Bundle;
            import android.util.Log;
            import android.view.View;
            import android.view.Window;
            import android.widget.AdapterView;
            import android.widget.ArrayAdapter;
            import android.widget.Button;
            import android.widget.ListView;
            import android.widget.TextView;


            import java.util.Set;


            //import com.example.android.common.logger.Log;


            /**
             * This Activity appears as a dialog. It lists any paired devices and
             * devices detected in the area after discovery. When a device is chosen
             * by the user, the MAC address of the device is sent back to the parent
             * Activity in the result Intent.
             */
            public class DeviceListActivity extends Activity {


                /**


                                                        - 1021 -
   1016   1017   1018   1019   1020   1021   1022   1023   1024   1025   1026