diff options
author | Pawit Pornkitprasan <p.pawit@gmail.com> | 2011-10-20 15:23:47 +0700 |
---|---|---|
committer | Pawit Pornkitprasan <p.pawit@gmail.com> | 2011-10-20 15:23:47 +0700 |
commit | 066c68e64bba55596442a65f9bc7f51857870b96 (patch) | |
tree | 47ac884056fe6858920f85011f04838201cd4f86 /SamsungServiceMode/AndroidManifest.xml | |
parent | acc5537160f712bacf5c92102e9aa03838429e01 (diff) | |
download | device_samsung_aries-common-066c68e64bba55596442a65f9bc7f51857870b96.zip device_samsung_aries-common-066c68e64bba55596442a65f9bc7f51857870b96.tar.gz device_samsung_aries-common-066c68e64bba55596442a65f9bc7f51857870b96.tar.bz2 |
Move SamsungServiceMode to packages/apps
Change-Id: Ide2d1fc22eaffb5d439d69a2c638795be6a742c5
Diffstat (limited to 'SamsungServiceMode/AndroidManifest.xml')
-rw-r--r-- | SamsungServiceMode/AndroidManifest.xml | 118 |
1 files changed, 0 insertions, 118 deletions
diff --git a/SamsungServiceMode/AndroidManifest.xml b/SamsungServiceMode/AndroidManifest.xml deleted file mode 100644 index f46af4d..0000000 --- a/SamsungServiceMode/AndroidManifest.xml +++ /dev/null @@ -1,118 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<manifest xmlns:android="http://schemas.android.com/apk/res/android" - package="com.cyanogenmod.samsungservicemode" - android:versionCode="1" - android:versionName="1.0" - android:sharedUserId="android.uid.phone"> - <uses-sdk android:minSdkVersion="10" /> - - <application android:label="@string/app_name"> - <activity android:name=".SamsungServiceModeActivity" - android:label="@string/app_name" - android:process="com.android.phone" - android:screenOrientation="portrait"> - <intent-filter> - <action android:name="android.intent.action.MAIN" /> - </intent-filter> - </activity> - - <receiver android:name=".SecretBroadcastReceiver"> - <intent-filter> - <action android:name="android.provider.Telephony.SECRET_CODE" /> - <data android:scheme="android_secret_code" android:host="197328640" /> - </intent-filter> - <intent-filter> - <action android:name="android.provider.Telephony.SECRET_CODE" /> - <data android:scheme="android_secret_code" android:host="0011" /> - </intent-filter> - <intent-filter> - <action android:name="android.provider.Telephony.SECRET_CODE" /> - <data android:scheme="android_secret_code" android:host="0228" /> - </intent-filter> - <intent-filter> - <action android:name="android.provider.Telephony.SECRET_CODE" /> - <data android:scheme="android_secret_code" android:host="32489" /> - </intent-filter> - <intent-filter> - <action android:name="android.provider.Telephony.SECRET_CODE" /> - <data android:scheme="android_secret_code" android:host="2580" /> - </intent-filter> - <intent-filter> - <action android:name="android.provider.Telephony.SECRET_CODE" /> - <data android:scheme="android_secret_code" android:host="9090" /> - </intent-filter> - <intent-filter> - <action android:name="android.provider.Telephony.SECRET_CODE" /> - <data android:scheme="android_secret_code" android:host="7284" /> - </intent-filter> - <intent-filter> - <action android:name="android.provider.Telephony.SECRET_CODE" /> - <data android:scheme="android_secret_code" android:host="0599" /> - </intent-filter> - <intent-filter> - <action android:name="android.provider.Telephony.SECRET_CODE" /> - <data android:scheme="android_secret_code" android:host="301279" /> - </intent-filter> - <intent-filter> - <action android:name="android.provider.Telephony.SECRET_CODE" /> - <data android:scheme="android_secret_code" android:host="279301" /> - </intent-filter> - <intent-filter> - <action android:name="android.provider.Telephony.SECRET_CODE" /> - <data android:scheme="android_secret_code" android:host="2263" /> - </intent-filter> - <intent-filter> - <action android:name="android.provider.Telephony.SECRET_CODE" /> - <data android:scheme="android_secret_code" android:host="4238378" /> - </intent-filter> - <intent-filter> - <action android:name="android.provider.Telephony.SECRET_CODE" /> - <data android:scheme="android_secret_code" android:host="0283" /> - </intent-filter> - <intent-filter> - <action android:name="android.provider.Telephony.SECRET_CODE" /> - <data android:scheme="android_secret_code" android:host="1575" /> - </intent-filter> - <intent-filter> - <action android:name="android.provider.Telephony.SECRET_CODE" /> - <data android:scheme="android_secret_code" android:host="73876766" /> - </intent-filter> - <intent-filter> - <action android:name="android.provider.Telephony.SECRET_CODE" /> - <data android:scheme="android_secret_code" android:host="738767633" /> - </intent-filter> - <intent-filter> - <action android:name="android.provider.Telephony.SECRET_CODE" /> - <data android:scheme="android_secret_code" android:host="7387678378" /> - </intent-filter> - <intent-filter> - <action android:name="android.provider.Telephony.SECRET_CODE" /> - <data android:scheme="android_secret_code" android:host="7387677763" /> - </intent-filter> - <intent-filter> - <action android:name="android.provider.Telephony.SECRET_CODE" /> - <data android:scheme="android_secret_code" android:host="4387264636" /> - </intent-filter> - <intent-filter> - <action android:name="android.provider.Telephony.SECRET_CODE" /> - <data android:scheme="android_secret_code" android:host="6984125*" /> - </intent-filter> - <intent-filter> - <action android:name="android.provider.Telephony.SECRET_CODE" /> - <data android:scheme="android_secret_code" android:host="2886" /> - </intent-filter> - <intent-filter> - <action android:name="android.provider.Telephony.SECRET_CODE" /> - <data android:scheme="android_secret_code" android:host="2767*2878" /> - </intent-filter> - <intent-filter> - <action android:name="android.provider.Telephony.SECRET_CODE" /> - <data android:scheme="android_secret_code" android:host="1111" /> - </intent-filter> - <intent-filter> - <action android:name="android.provider.Telephony.SECRET_CODE" /> - <data android:scheme="android_secret_code" android:host="2222" /> - </intent-filter> - </receiver> - </application> -</manifest>
\ No newline at end of file |