| | |
| | | private boolean islogin = false; |
| | | |
| | | private BluetoothService mBluetoothService; |
| | | |
| | | @Override |
| | | protected void getBundleExtras(Bundle extras) { |
| | | islogin = extras.getBoolean("islogin", false); |
| | |
| | | }); |
| | | } |
| | | } |
| | | |
| | | public BluetoothService getBluetoothService() { |
| | | return mBluetoothService; |
| | | } |
| | |
| | | private TextView tv_content,tv_name; |
| | | private ImageView iv_logo; |
| | | private Button bt_cancel,bt_ok; |
| | | |
| | | private void showAd(String content,String logo,String name){ |
| | | adView = LayoutInflater.from(this).inflate(R.layout.dialog_ad_layout,null); |
| | | tv_content = (TextView) adView.findViewById(R.id.tv_content); |