liuyuqi 7 years ago
commit
96e8d0fd00
47 changed files with 634 additions and 0 deletions
  1. 9 0
      .classpath
  2. 5 0
      .gitignore
  3. 33 0
      .project
  4. 11 0
      .settings/org.eclipse.jdt.core.prefs
  5. 32 0
      AndroidManifest.xml
  6. 32 0
      bin/AndroidManifest.xml
  7. BIN
      bin/AutoCall.apk
  8. BIN
      bin/classes.dex
  9. BIN
      bin/classes/com/lyq/autocall/BuildConfig.class
  10. BIN
      bin/classes/com/lyq/autocall/MainActivity$1.class
  11. BIN
      bin/classes/com/lyq/autocall/MainActivity$2.class
  12. BIN
      bin/classes/com/lyq/autocall/MainActivity$3$1.class
  13. BIN
      bin/classes/com/lyq/autocall/MainActivity$3.class
  14. BIN
      bin/classes/com/lyq/autocall/MainActivity$4.class
  15. BIN
      bin/classes/com/lyq/autocall/MainActivity$MyPhoneStateListener.class
  16. BIN
      bin/classes/com/lyq/autocall/MainActivity.class
  17. BIN
      bin/classes/com/lyq/autocall/ManageCall.class
  18. BIN
      bin/classes/com/lyq/autocall/R$attr.class
  19. BIN
      bin/classes/com/lyq/autocall/R$drawable.class
  20. BIN
      bin/classes/com/lyq/autocall/R$id.class
  21. BIN
      bin/classes/com/lyq/autocall/R$layout.class
  22. BIN
      bin/classes/com/lyq/autocall/R$string.class
  23. BIN
      bin/classes/com/lyq/autocall/R$style.class
  24. BIN
      bin/classes/com/lyq/autocall/R.class
  25. BIN
      bin/dexedLibs/android-support-v4-fca4f7fabeb1e322f0670bc22b060c4e.jar
  26. BIN
      bin/dexedLibs/annotations-db7bb536d4630d8a177e7935b179ab6c.jar
  27. 3 0
      bin/jarlist.cache
  28. BIN
      bin/res/crunch/drawable-hdpi/ic_launcher.png
  29. BIN
      bin/res/crunch/drawable-mdpi/ic_launcher.png
  30. BIN
      bin/res/crunch/drawable-xhdpi/ic_launcher.png
  31. BIN
      bin/res/crunch/drawable-xxhdpi/ic_launcher.png
  32. BIN
      bin/resources.ap_
  33. 6 0
      gen/com/lyq/autocall/BuildConfig.java
  34. 53 0
      gen/com/lyq/autocall/R.java
  35. BIN
      ic_launcher-web.png
  36. BIN
      libs/android-support-v4.jar
  37. 20 0
      proguard-project.txt
  38. 14 0
      project.properties
  39. BIN
      res/drawable-hdpi/ic_launcher.png
  40. BIN
      res/drawable-mdpi/ic_launcher.png
  41. BIN
      res/drawable-xhdpi/ic_launcher.png
  42. BIN
      res/drawable-xxhdpi/ic_launcher.png
  43. 116 0
      res/layout/activity_main.xml
  44. 7 0
      res/values/strings.xml
  45. 20 0
      res/values/styles.xml
  46. 217 0
      src/com/lyq/autocall/MainActivity.java
  47. 56 0
      src/com/lyq/autocall/ManageCall.java

+ 9 - 0
.classpath

@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="src" path="gen"/>
+	<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
+	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
+	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
+	<classpathentry kind="output" path="bin/classes"/>
+</classpath>

+ 5 - 0
.gitignore

@@ -0,0 +1,5 @@
+/.settings
+/bin
+/gen
+/.classpath
+/.project

+ 33 - 0
.project

@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>AutoCall</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>com.android.ide.eclipse.adt.ApkBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>

+ 11 - 0
.settings/org.eclipse.jdt.core.prefs

@@ -0,0 +1,11 @@
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
+org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
+org.eclipse.jdt.core.compiler.compliance=1.6
+org.eclipse.jdt.core.compiler.debug.lineNumber=generate
+org.eclipse.jdt.core.compiler.debug.localVariable=generate
+org.eclipse.jdt.core.compiler.debug.sourceFile=generate
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.6

+ 32 - 0
AndroidManifest.xml

@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+    package="com.lyq.autocall"
+    android:versionCode="1"
+    android:versionName="1.0" >
+
+    <uses-sdk
+        android:minSdkVersion="14"
+        android:targetSdkVersion="19" />
+    <!-- 电话服务添加 -->
+    <uses-permission android:name="android.permission.CALL_PHONE" />
+    <uses-permission android:name="android.permission.READ_PHONE_STATE" />
+    <!-- 开免提 -->
+    <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
+
+    <application
+        android:allowBackup="true"
+        android:icon="@drawable/ic_launcher"
+        android:label="@string/app_name"
+        android:theme="@style/AppTheme" >
+        <activity
+            android:name="com.lyq.autocall.MainActivity"
+            android:label="@string/app_name" >
+            <intent-filter>
+                <action android:name="android.intent.action.MAIN" />
+
+                <category android:name="android.intent.category.LAUNCHER" />
+            </intent-filter>
+        </activity>
+    </application>
+
+</manifest>

+ 32 - 0
bin/AndroidManifest.xml

@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+    package="com.lyq.autocall"
+    android:versionCode="1"
+    android:versionName="1.0" >
+
+    <uses-sdk
+        android:minSdkVersion="14"
+        android:targetSdkVersion="19" />
+    <!-- 电话服务添加 -->
+    <uses-permission android:name="android.permission.CALL_PHONE" />
+    <uses-permission android:name="android.permission.READ_PHONE_STATE" />
+    <!-- 开免提 -->
+    <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
+
+    <application
+        android:allowBackup="true"
+        android:icon="@drawable/ic_launcher"
+        android:label="@string/app_name"
+        android:theme="@style/AppTheme" >
+        <activity
+            android:name="com.lyq.autocall.MainActivity"
+            android:label="@string/app_name" >
+            <intent-filter>
+                <action android:name="android.intent.action.MAIN" />
+
+                <category android:name="android.intent.category.LAUNCHER" />
+            </intent-filter>
+        </activity>
+    </application>
+
+</manifest>

BIN
bin/AutoCall.apk


BIN
bin/classes.dex


BIN
bin/classes/com/lyq/autocall/BuildConfig.class


BIN
bin/classes/com/lyq/autocall/MainActivity$1.class


BIN
bin/classes/com/lyq/autocall/MainActivity$2.class


BIN
bin/classes/com/lyq/autocall/MainActivity$3$1.class


BIN
bin/classes/com/lyq/autocall/MainActivity$3.class


BIN
bin/classes/com/lyq/autocall/MainActivity$4.class


BIN
bin/classes/com/lyq/autocall/MainActivity$MyPhoneStateListener.class


BIN
bin/classes/com/lyq/autocall/MainActivity.class


BIN
bin/classes/com/lyq/autocall/ManageCall.class


BIN
bin/classes/com/lyq/autocall/R$attr.class


BIN
bin/classes/com/lyq/autocall/R$drawable.class


BIN
bin/classes/com/lyq/autocall/R$id.class


BIN
bin/classes/com/lyq/autocall/R$layout.class


BIN
bin/classes/com/lyq/autocall/R$string.class


BIN
bin/classes/com/lyq/autocall/R$style.class


BIN
bin/classes/com/lyq/autocall/R.class


BIN
bin/dexedLibs/android-support-v4-fca4f7fabeb1e322f0670bc22b060c4e.jar


BIN
bin/dexedLibs/annotations-db7bb536d4630d8a177e7935b179ab6c.jar


+ 3 - 0
bin/jarlist.cache

@@ -0,0 +1,3 @@
+# cache for current jar dependency. DO NOT EDIT.
+# format is <lastModified> <length> <SHA-1> <path>
+# Encoding is UTF-8

BIN
bin/res/crunch/drawable-hdpi/ic_launcher.png


BIN
bin/res/crunch/drawable-mdpi/ic_launcher.png


BIN
bin/res/crunch/drawable-xhdpi/ic_launcher.png


BIN
bin/res/crunch/drawable-xxhdpi/ic_launcher.png


BIN
bin/resources.ap_


+ 6 - 0
gen/com/lyq/autocall/BuildConfig.java

@@ -0,0 +1,6 @@
+/** Automatically generated file. DO NOT MODIFY */
+package com.lyq.autocall;
+
+public final class BuildConfig {
+    public final static boolean DEBUG = true;
+}

+ 53 - 0
gen/com/lyq/autocall/R.java

@@ -0,0 +1,53 @@
+/* AUTO-GENERATED FILE.  DO NOT MODIFY.
+ *
+ * This class was automatically generated by the
+ * aapt tool from the resource data it found.  It
+ * should not be modified by hand.
+ */
+
+package com.lyq.autocall;
+
+public final class R {
+    public static final class attr {
+    }
+    public static final class drawable {
+        public static final int ic_launcher=0x7f020000;
+    }
+    public static final class id {
+        public static final int button1=0x7f060006;
+        public static final int button2=0x7f060007;
+        public static final int button3=0x7f060008;
+        public static final int button4=0x7f060009;
+        public static final int checkBox1=0x7f060004;
+        public static final int edittext1=0x7f060001;
+        public static final int edittext2=0x7f060003;
+        public static final int linearLayout1=0x7f060005;
+        public static final int textview1=0x7f060000;
+        public static final int textview12=0x7f060002;
+        public static final int textview2=0x7f06000a;
+    }
+    public static final class layout {
+        public static final int activity_main=0x7f030000;
+    }
+    public static final class string {
+        public static final int app_name=0x7f040000;
+        public static final int hello_world=0x7f040001;
+    }
+    public static final class style {
+        /** 
+        Base application theme, dependent on API level. This theme is replaced
+        by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
+    
+
+            Theme customizations available in newer API levels can go in
+            res/values-vXX/styles.xml, while customizations related to
+            backward-compatibility can go here.
+        
+         */
+        public static final int AppBaseTheme=0x7f050000;
+        /**  Application theme. 
+ All customizations that are NOT specific to a particular API-level can go here. 
+         */
+        public static final int AppTheme=0x7f050001;
+    }
+}

BIN
ic_launcher-web.png


BIN
libs/android-support-v4.jar


+ 20 - 0
proguard-project.txt

@@ -0,0 +1,20 @@
+# To enable ProGuard in your project, edit project.properties
+# to define the proguard.config property as described in that file.
+#
+# Add project specific ProGuard rules here.
+# By default, the flags in this file are appended to flags specified
+# in ${sdk.dir}/tools/proguard/proguard-android.txt
+# You can edit the include path and order by changing the ProGuard
+# include property in project.properties.
+#
+# For more details, see
+#   http://developer.android.com/guide/developing/tools/proguard.html
+
+# Add any project specific keep options here:
+
+# If your project uses WebView with JS, uncomment the following
+# and specify the fully qualified class name to the JavaScript interface
+# class:
+#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
+#   public *;
+#}

+ 14 - 0
project.properties

@@ -0,0 +1,14 @@
+# This file is automatically generated by Android Tools.
+# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
+#
+# This file must be checked in Version Control Systems.
+#
+# To customize properties used by the Ant build system edit
+# "ant.properties", and override values to adapt the script to your
+# project structure.
+#
+# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
+#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
+
+# Project target.
+target=android-10

BIN
res/drawable-hdpi/ic_launcher.png


BIN
res/drawable-mdpi/ic_launcher.png


BIN
res/drawable-xhdpi/ic_launcher.png


BIN
res/drawable-xxhdpi/ic_launcher.png


+ 116 - 0
res/layout/activity_main.xml

@@ -0,0 +1,116 @@
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:tools="http://schemas.android.com/tools"
+    android:layout_width="match_parent"
+    android:layout_height="match_parent"
+    tools:context="${packageName}.${activityClass}" >
+
+    <TextView
+        android:id="@+id/textview1"
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        android:layout_centerHorizontal="true"
+        android:layout_marginTop="20dip"
+        android:gravity="center"
+        android:text="输入自动重拨的手机号码:"
+        android:textColor="#e31111" />
+
+    <EditText
+        android:id="@+id/edittext1"
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        android:layout_below="@+id/textview1"
+        android:layout_centerInParent="true"
+        android:ems="10"
+        android:gravity="center"
+        android:inputType="number"
+        android:textStyle="normal" />
+
+    <TextView
+        android:id="@+id/textview12"
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        android:layout_below="@+id/edittext1"
+        android:layout_centerHorizontal="true"
+        android:gravity="center"
+        android:text="输入重拨次数:"
+        android:textColor="#54f15f" />
+
+    <EditText
+        android:id="@+id/edittext2"
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        android:layout_below="@+id/textview12"
+        android:layout_centerInParent="true"
+        android:ems="10"
+        android:gravity="center"
+        android:inputType="number"
+        android:text="10"
+        android:textStyle="normal" />
+
+    <CheckBox
+        android:id="@+id/checkBox1"
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        android:layout_below="@+id/edittext2"
+        android:layout_centerHorizontal="true"
+        android:checked="true"
+        android:text="开免提" />
+
+    <LinearLayout
+        android:id="@+id/linearLayout1"
+        android:layout_width="match_parent"
+        android:layout_height="wrap_content"
+        android:layout_below="@+id/checkBox1"
+        android:layout_centerVertical="true"
+        android:gravity="center"
+        android:orientation="horizontal" >
+
+        <Button
+            android:id="@+id/button1"
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:text="挂断重拨" />
+
+        <Button
+            android:id="@+id/button2"
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:text="自动重拨" />
+
+        <Button
+            android:id="@+id/button3"
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:text="停止重拨" />
+    </LinearLayout>
+
+    <Button
+        android:id="@+id/button3"
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        android:layout_below="@+id/linearLayout1"
+        android:layout_centerHorizontal="true"
+        android:background="#7708bd"
+        android:text="挂断重拨(骚扰):隔5s挂断后拨打一次" />
+
+    <Button
+        android:id="@+id/button4"
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        android:layout_below="@+id/button3"
+        android:layout_centerHorizontal="true"
+        android:background="#86efb2"
+        android:text="自动重拨(实用):拨打未通则继续打. " />
+
+    <TextView
+        android:id="@+id/textview2"
+        android:layout_width="match_parent"
+        android:layout_height="match_parent"
+        android:layout_below="@+id/button4"
+        android:layout_centerHorizontal="true"
+        android:gravity="center"
+        android:text="已拨打次数:\n0次"
+        android:textColor="#17d820"
+        android:textSize="30sp" />
+
+</RelativeLayout>

+ 7 - 0
res/values/strings.xml

@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+
+    <string name="app_name">AutoCall</string>
+    <string name="hello_world">Hello world!</string>
+
+</resources>

+ 20 - 0
res/values/styles.xml

@@ -0,0 +1,20 @@
+<resources>
+
+    <!--
+        Base application theme, dependent on API level. This theme is replaced
+        by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
+    -->
+    <style name="AppBaseTheme" parent="android:Theme.Light">
+        <!--
+            Theme customizations available in newer API levels can go in
+            res/values-vXX/styles.xml, while customizations related to
+            backward-compatibility can go here.
+        -->
+    </style>
+
+    <!-- Application theme. -->
+    <style name="AppTheme" parent="AppBaseTheme">
+        <!-- All customizations that are NOT specific to a particular API-level can go here. -->
+    </style>
+
+</resources>

+ 217 - 0
src/com/lyq/autocall/MainActivity.java

@@ -0,0 +1,217 @@
+package com.lyq.autocall;
+
+import android.annotation.SuppressLint;
+import android.app.Activity;
+import android.content.Context;
+import android.content.Intent;
+import android.content.SharedPreferences;
+import android.content.SharedPreferences.Editor;
+import android.media.AudioManager;
+import android.net.Uri;
+import android.os.Bundle;
+import android.os.Handler;
+import android.os.Message;
+import android.telephony.PhoneStateListener;
+import android.telephony.TelephonyManager;
+import android.util.Log;
+import android.view.View;
+import android.view.View.OnClickListener;
+import android.widget.Button;
+import android.widget.EditText;
+import android.widget.TextView;
+import android.widget.Toast;
+
+public class MainActivity extends Activity {
+	SharedPreferences sharedPreferences;//保存输入过的号码
+	EditText edt1, edt2;
+	TextView tv1, tv2;
+	Button btn1, btn2, btn3;
+	Thread thread;
+	int repeatCount = 0;
+	int amount;
+	String number, tag = "MainActivity";
+
+	@Override
+	protected void onCreate(Bundle savedInstanceState) {
+		super.onCreate(savedInstanceState);
+		setContentView(R.layout.activity_main);
+		edt1 = (EditText) findViewById(R.id.edittext1);
+		edt2 = (EditText) findViewById(R.id.edittext2);
+		tv1 = (TextView) findViewById(R.id.textview1);
+		tv2 = (TextView) findViewById(R.id.textview2);
+		btn1 = (Button) findViewById(R.id.button1);
+		btn2 = (Button) findViewById(R.id.button2);
+		btn3 = (Button) findViewById(R.id.button3);
+		//声明一个优先级设置 类型,载入配置文件
+		sharedPreferences = getSharedPreferences("phones", MODE_PRIVATE);
+		edt1.setText(sharedPreferences.getString("number", ""));
+		btn1.setOnClickListener(new OnClickListener() {
+
+			@Override
+			public void onClick(View v) {
+				// TODO 自动生成的方法存根
+				if (edt1.getText().toString().trim().length() > 5
+						&& edt2.getText().toString().trim().length() > 0) {
+					//如果输入的是电话号码,则拨打
+					number = edt1.getText().toString().trim();
+					Editor editor = sharedPreferences.edit();
+					editor.putString("number", number);
+					editor.commit();
+					//getString()第二个参数为缺省值,如果preference中不存在该key,将返回缺省值
+					Toast.makeText(getApplicationContext(),
+							"AutoCall现在带您去挂断重拨", Toast.LENGTH_SHORT).show();
+					amount = Integer.parseInt(edt2.getText().toString().trim());
+					end2doCall();
+				} else if (edt1.getText().toString().trim().length() <= 5) {
+					//不拨打,提示输入号码错误
+					Toast.makeText(getApplicationContext(),
+							"检测到输入的非手机号码,傻眼了吧?", Toast.LENGTH_SHORT).show();
+				} else {
+					Toast.makeText(getApplicationContext(), "亲,至少拨打一次呀!",
+							Toast.LENGTH_SHORT).show();
+				}
+
+			}
+		});
+		btn2.setOnClickListener(new OnClickListener() {
+
+			@Override
+			public void onClick(View v) {
+				// TODO 自动生成的方法存根
+				if (edt1.getText().toString().trim().length() > 5
+						&& edt2.getText().toString().trim().length() > 0) {
+					//如果输入的是电话号码,则拨打
+					number = edt1.getText().toString().trim();
+					Editor editor = sharedPreferences.edit();
+					editor.putString("number", number);
+					editor.commit();
+					//getString()第二个参数为缺省值,如果preference中不存在该key,将返回缺省值
+					amount = Integer.parseInt(edt2.getText().toString().trim());
+					if (thread == null) {
+						Toast.makeText(getApplicationContext(),
+								"AutoCall现在带您去自动重拨", Toast.LENGTH_SHORT).show();
+						thread = new Thread(new Runnable() {
+							@Override
+							public void run() {
+								// TODO Auto-generated method stub
+								handler.sendEmptyMessage(0);
+							}
+						});
+						thread.start();
+						Log.i(tag, "thread started");
+					} else {
+						Toast.makeText(getApplicationContext(), "您正在拨打电话呢!",
+								Toast.LENGTH_SHORT).show();
+					}
+					//					autoCall();
+				} else if (edt1.getText().toString().trim().length() <= 5) {
+					//不拨打,提示输入号码错误
+					Toast.makeText(getApplicationContext(),
+							"检测到输入的非手机号码,傻眼了吧?", Toast.LENGTH_SHORT).show();
+				} else {
+					Toast.makeText(getApplicationContext(), "亲,至少拨打一次呀!",
+							Toast.LENGTH_SHORT).show();
+				}
+			}
+		});
+		btn3.setOnClickListener(new OnClickListener() {
+
+			@Override
+			public void onClick(View v) {
+				// TODO 自动生成的方法存根
+				Toast.makeText(getApplicationContext(), "现在停止自动重拨!",
+						Toast.LENGTH_SHORT).show();
+				StopThread();
+				MainActivity.this.finish();
+			}
+		});
+
+	}
+
+	protected void end2doCall() {
+		// TODO 自动生成的方法存根
+
+	}
+
+	Handler handler = new Handler() {
+
+		@SuppressLint("HandlerLeak")
+		@Override
+		public void handleMessage(Message msg) {
+			super.handleMessage(msg);
+			if (repeatCount >= amount) {
+				StopThread();
+				tv2.setText("已拨打次数:\n" + repeatCount + "次");
+
+			} else {
+				RepeatDial();
+				tv2.setText("已拨打次数:\n" + repeatCount + "次");
+			}
+		}
+	};
+
+	private void RepeatDial() {
+		MyPhoneStateListener myPhoneStateListener = new MyPhoneStateListener();//新建一个打电话监听器对象
+		TelephonyManager telephonyManager = (TelephonyManager) getSystemService(Context.TELEPHONY_SERVICE);//新建一个电环管理对象
+		telephonyManager.listen(myPhoneStateListener,
+				PhoneStateListener.LISTEN_CALL_STATE);
+	}
+
+	public class MyPhoneStateListener extends PhoneStateListener {
+		@Override
+		public void onCallStateChanged(int state, String phoneNumber) {
+			switch (state) {
+			case TelephonyManager.CALL_STATE_IDLE:
+				if (repeatCount <= amount && thread != null) {
+					repeatCount++;
+					Intent intent = new Intent(Intent.ACTION_CALL,
+							Uri.parse("tel:" + number));
+					startActivity(intent);
+
+					Toast.makeText(MainActivity.this, "正在拨打电话…",
+							Toast.LENGTH_LONG).show();
+				} else {
+					StopThread();
+				}
+				break;
+			case TelephonyManager.CALL_STATE_OFFHOOK:
+				break;
+			case TelephonyManager.CALL_STATE_RINGING:
+				break;
+			default:
+				break;
+			}
+		}
+	}
+
+	/**
+	 * 免提
+	 * 
+	 * @param context
+	 */
+	public void toggleSpeaker(Context context) {
+		AudioManager am = (AudioManager) context
+				.getSystemService(Context.AUDIO_SERVICE);
+		am.setMode(AudioManager.MODE_IN_CALL);
+		am.setSpeakerphoneOn(!am.isSpeakerphoneOn());
+	}
+
+	private void StopThread() {
+		if (thread != null) {
+			//需要调用停止线程的interrupt()方法,因为线程有可能在wait()或sleep(), 提高停止线程的即时性
+			thread.interrupt();
+			//不建议使用			thread.stop();
+			thread = null;
+			Log.i(tag, "thread stoped");
+		}
+	}
+
+	public void autoCall() {
+		//传入服务, parse()解析号码
+		Intent intent = new Intent(Intent.ACTION_CALL, Uri.parse("tel:"
+				+ number));
+		//通知activtity处理传入的call服务
+		MainActivity.this.startActivity(intent);
+	}
+
+}

+ 56 - 0
src/com/lyq/autocall/ManageCall.java

@@ -0,0 +1,56 @@
+package com.lyq.autocall;
+
+import android.content.Context;
+import android.media.AudioManager;
+
+public class ManageCall {
+	static String TAG = "PhoneUtils";
+	private Context mContext;
+	private int currVolume;
+
+	//打开扬声器
+	public void OpenSpeaker() {
+
+		try {
+			AudioManager audioManager = (AudioManager) mContext
+					.getSystemService(Context.AUDIO_SERVICE);
+			audioManager.setSpeakerphoneOn(true);
+			//			audioManager.setMode(AudioManager.ROUTE_SPEAKER);
+			currVolume = audioManager
+					.getStreamVolume(AudioManager.STREAM_VOICE_CALL);
+
+			if (!audioManager.isSpeakerphoneOn()) {
+				audioManager.setSpeakerphoneOn(true);
+
+				audioManager
+						.setStreamVolume(
+								AudioManager.STREAM_VOICE_CALL,
+								audioManager
+										.getStreamMaxVolume(AudioManager.STREAM_VOICE_CALL),
+								AudioManager.STREAM_VOICE_CALL);
+			}
+		} catch (Exception e) {
+			e.printStackTrace();
+		}
+	}
+
+	//关闭扬声器
+	public void CloseSpeaker() {
+
+		try {
+			AudioManager audioManager = (AudioManager) mContext
+					.getSystemService(Context.AUDIO_SERVICE);
+			if (audioManager != null) {
+				if (audioManager.isSpeakerphoneOn()) {
+					audioManager.setSpeakerphoneOn(false);
+					audioManager.setStreamVolume(
+							AudioManager.STREAM_VOICE_CALL, currVolume,
+							AudioManager.STREAM_VOICE_CALL);
+				}
+			}
+		} catch (Exception e) {
+			e.printStackTrace();
+		}
+		//Toast.makeText(context,"揚聲器已經關閉",Toast.LENGTH_SHORT).show();
+	}
+}