Advertisement
Guest User

HiddenMenu XML AndroidManifest file from Samsung Fascinate

a guest
Sep 26th, 2010
663
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 28.13 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <manifest android:sharedUserId="android.uid.system" android:versionCode="7" android:versionName="2.1-update1" package="com.android.hiddenmenu"
  3.  xmlns:android="http://schemas.android.com/apk/res/android">
  4.     <uses-sdk android:minSdkVersion="7" android:targetSdkVersion="7" />
  5.     <uses-permission android:name="android.permission.WRITE_SETTINGS" />
  6.     <uses-permission android:name="android.permission.CHANGE_CONFIGURATION" />
  7.     <uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
  8.     <uses-permission android:name="android.permission.VIBRATE" />
  9.     <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
  10.     <uses-permission android:name="android.permission.HARDWARE_TEST" />
  11.     <uses-permission android:name="android.permission.CALL_PHONE" />
  12.     <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
  13.     <uses-permission android:name="android.permission.MASTER_CLEAR" />
  14.     <uses-permission android:name="android.permission.CLEAR_APP_USER_DATA" />
  15.     <uses-permission android:name="android.permission.READ_PHONE_STATE" />
  16.     <uses-permission android:name="android.permission.MODIFY_PHONE_STATE" />
  17.     <uses-permission android:name="android.permission.WRITE_APN_SETTINGS" />
  18.     <uses-permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES" />
  19.     <uses-permission android:name="android.permission.DEVICE_POWER" />
  20.     <uses-permission android:name="android.permission.WRITE_CDMA_CARRIER_SETTINGS" />
  21.     <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
  22.     <application android:icon="@drawable/icon">
  23. //------------------------------------------------------------------------------------- <activity android:label="@string/MSL_Checker" android:name=".MSL_Checker" android:process="com.android.phone" android:screenOrientation="portrait">
  24.             <intent-filter>
  25.                 <action android:name="android.intent.action.MAIN" />
  26.                 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
  27.             </intent-filter>
  28.         </activity>
  29. //------------------------------------------------------------------------------------- <activity android:label="@string/hdata" android:name=".hdata" android:process="com.android.phone">
  30.             <intent-filter>
  31.                 <action android:name="android.intent.action.MAIN" />
  32.                 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
  33.             </intent-filter>
  34.         </activity>
  35. //------------------------------------------------------------------------------------- <activity android:label="@string/hdata" android:name=".DEBUG" android:process="com.android.phone">
  36.             <intent-filter>
  37.                 <action android:name="android.intent.action.MAIN" />
  38.                 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
  39.             </intent-filter>
  40.         </activity>
  41. //------------------------------------------------------------------------------------- <activity android:label="@string/hRTN" android:name=".RTN" android:process="com.android.phone">
  42.             <intent-filter>
  43.                 <action android:name="android.intent.action.MAIN" />
  44.                 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
  45.             </intent-filter>
  46.         </activity>
  47. //------------------------------------------------------------------------------------- <activity android:label="@string/GPSCLRX" android:name=".GPSCLRX" android:process="com.android.phone">
  48.             <intent-filter>
  49.                 <action android:name="android.intent.action.MAIN" />
  50.                 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
  51.             </intent-filter>
  52.         </activity>
  53. //------------------------------------------------------------------------------------- <activity android:label="@string/SCRTN" android:name=".SCRTN" android:process="com.android.phone">
  54.             <intent-filter>
  55.                 <action android:name="android.intent.action.MAIN" />
  56.                 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
  57.             </intent-filter>
  58.         </activity>
  59. //------------------------------------------------------------------------------------- <activity android:label="@string/hdata" android:name=".viewgateway1" android:process="com.android.phone">
  60.             <intent-filter>
  61.                 <action android:name="android.intent.action.MAIN" />
  62.                 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
  63.             </intent-filter>
  64.         </activity>
  65.         <activity android:label="@string/hdata" android:name=".viewgateway2" android:process="com.android.phone">
  66.             <intent-filter>
  67.                 <action android:name="android.intent.action.MAIN" />
  68.                 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
  69.             </intent-filter>
  70.         </activity>
  71.         <activity android:label="@string/hdata" android:name=".editgateway1" android:process="com.android.phone">
  72.             <intent-filter>
  73.                 <action android:name="android.intent.action.MAIN" />
  74.                 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
  75.             </intent-filter>
  76.         </activity>
  77.         <activity android:label="@string/hdata" android:name=".editgateway2" android:process="com.android.phone">
  78.             <intent-filter>
  79.                 <action android:name="android.intent.action.MAIN" />
  80.                 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
  81.             </intent-filter>
  82.         </activity>
  83. //------------------------------------------------------------------------------------- <activity android:label="@string/Advanced" android:name=".Advanced" android:process="com.android.phone">
  84.             <intent-filter>
  85.                 <action android:name="android.intent.action.MAIN" />
  86.                 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
  87.             </intent-filter>
  88.         </activity>
  89. //------------------------------------------------------------------------------------- <activity android:label="@string/hdata" android:name=".AKEY" android:process="com.android.phone">
  90.             <intent-filter>
  91.                 <action android:name="android.intent.action.MAIN" />
  92.                 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
  93.             </intent-filter>
  94.         </activity>
  95. //------------------------------------------------------------------------------------- <activity android:label="@string/hdata" android:name=".AKEY2" android:process="com.android.phone">
  96.             <intent-filter>
  97.                 <action android:name="android.intent.action.MAIN" />
  98.                 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
  99.             </intent-filter>
  100.         </activity>
  101. //------------------------------------------------------------------------------------- <activity android:label="@string/hdata" android:name=".OTKSL" android:process="com.android.phone">
  102.             <intent-filter>
  103.                 <action android:name="android.intent.action.MAIN" />
  104.                 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
  105.             </intent-filter>
  106.         </activity>
  107. //------------------------------------------------------------------------------------- <activity android:label="TerminalMode" android:name=".TerminalMode" android:process="com.android.phone" android:screenOrientation="portrait">
  108.             <intent-filter>
  109.                 <action android:name="android.intent.action.MAIN" />
  110.                 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
  111.             </intent-filter>
  112.         </activity>
  113. //------------------------------------------------------------------------------------- <activity android:label="@string/hdata" android:name=".DEBUGMENU" android:process="com.android.phone">
  114.             <intent-filter>
  115.                 <action android:name="android.intent.action.MAIN" />
  116.                 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
  117.             </intent-filter>
  118.         </activity>
  119. //------------------------------------------------------------------------------------- <activity android:label="@string/hdata" android:name=".VoicePrivacy" android:process="com.android.phone">
  120.             <intent-filter>
  121.                 <action android:name="android.intent.action.MAIN" />
  122.                 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
  123.             </intent-filter>
  124.         </activity>
  125. //------------------------------------------------------------------------------------- <activity android:label="@string/hdata" android:name=".RC_DATA" android:process="com.android.phone">
  126.             <intent-filter>
  127.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  128.                 <data android:scheme="android_secret_code" android:host="RC_DATA" />
  129.             </intent-filter>
  130.         </activity>
  131. //------------------------------------------------------------------------------------- <activity android:label="@string/hdata" android:name=".HDR1X_Selection" android:process="com.android.phone">
  132.             <intent-filter>
  133.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  134.                 <data android:scheme="android_secret_code" android:host="HDR1X_Selection" />
  135.             </intent-filter>
  136.         </activity>
  137. //------------------------------------------------------------------------------------- <activity android:label="@string/restore_nai" android:name=".RestoreNAI" android:process="com.android.phone">
  138.             <intent-filter>
  139.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  140.                 <data android:scheme="android_secret_code" android:host="RestoreNAI" />
  141.             </intent-filter>
  142.         </activity>
  143. //------------------------------------------------------------------------------------- <activity android:label="@string/enable_hfa" android:name=".Enable_HFA" android:process="com.android.phone">
  144.             <intent-filter>
  145.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  146.                 <data android:scheme="android_secret_code" android:host="Enable_HFA" />
  147.             </intent-filter>
  148.         </activity>
  149. //------------------------------------------------------------------------------------- <activity android:label="@string/DSA_Title" android:name=".DSA" android:process="com.android.phone">
  150.             <intent-filter>
  151.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  152.                 <data android:scheme="android_secret_code" android:host="DSA" />
  153.             </intent-filter>
  154.         </activity>
  155. //------------------------------------------------------------------------------------- <activity android:label="@string/MMSC_Title" android:name=".MMSC" android:process="com.android.phone">
  156.             <intent-filter>
  157.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  158.                 <data android:scheme="android_secret_code" android:host="MMSC" />
  159.             </intent-filter>
  160.         </activity>
  161. //------------------------------------------------------------------------------------- <activity android:label="@string/dtmf_set" android:name=".DTMF_Set" android:process="com.android.phone">
  162.             <intent-filter>
  163.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  164.                 <data android:scheme="android_secret_code" android:host="DTMF_Set" />
  165.             </intent-filter>
  166.         </activity>
  167. //------------------------------------------------------------------------------------- <activity android:label="@string/korea_mode" android:name=".KOREA_Mode" android:process="com.android.phone">
  168.             <intent-filter>
  169.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  170.                 <data android:scheme="android_secret_code" android:host="Korea_mode_title" />
  171.             </intent-filter>
  172.         </activity>
  173. //------------------------------------------------------------------------------------- <activity android:label="@string/Toggle_NAI" android:name=".Toggle_NAI" android:process="com.android.phone">
  174.             <intent-filter>
  175.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  176.                 <data android:scheme="android_secret_code" android:host="Toggle_NAI" />
  177.             </intent-filter>
  178.         </activity>
  179. //------------------------------------------------------------------------------------- <activity android:label="@string/user_name" android:name=".Username_MSL" android:process="com.android.phone">
  180.             <intent-filter>
  181.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  182.                 <data android:scheme="android_secret_code" android:host="Username_MSL" />
  183.             </intent-filter>
  184.         </activity>
  185. //-------------------------------------------------------------------------------------
  186. <activity android:label="@string/user_name" android:name=".Username_Edit" android:process="com.android.phone">
  187.             <intent-filter>
  188.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  189.                 <data android:scheme="android_secret_code" android:host="Username_Edit" />
  190.             </intent-filter>
  191.         </activity>
  192. //-------------------------------------------------------------------------------------
  193. <activity android:label="@string/user_name" android:name=".Username_View" android:process="com.android.phone">
  194.             <intent-filter>
  195.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  196.                 <data android:scheme="android_secret_code" android:host="Username_View" />
  197.             </intent-filter>
  198.         </activity>
  199. //------------------------------------------------------------------------------------- <activity android:label="@string/hRTN" android:name=".RTN_View" android:process="com.android.phone">
  200.             <intent-filter>
  201.                 <action android:name="android.intent.action.MAIN" />
  202.                 <category android:name="android.intent.category.SECRET_CODE" />
  203.                 <data android:scheme="android_secret_code" android:host="RTN_View" />
  204.             </intent-filter>
  205.         </activity>
  206. //------------------------------------------------------------------------------------- <activity android:label="@string/hRTN" android:name=".RTN_Reset" android:process="com.android.phone">
  207.             <intent-filter>
  208.                 <action android:name="android.intent.action.MAIN" />
  209.                 <category android:name="android.intent.category.SECRET_CODE" />
  210.                 <data android:scheme="android_secret_code" android:host="RTN_Reset" />
  211.             </intent-filter>
  212.         </activity>
  213. //------------------------------------------------------------------------------------- <activity android:label="@string/TTY" android:name=".TTY" android:process="com.android.phone">
  214.             <intent-filter>
  215.                 <action android:name="android.intent.action.MAIN" />
  216.                 <category android:name="android.intent.category.SECRET_CODE" />
  217.                 <data android:scheme="android_secret_code" android:host="TTY" />
  218.             </intent-filter>
  219.         </activity> //------------------------------------------------------------------------------------- <activity android:label="@string/app_name" android:name=".PhoneUtil" android:screenOrientation="portrait">
  220.             <intent-filter>
  221.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  222.                 <data android:scheme="android_secret_code" android:host="PUTIL" />
  223.             </intent-filter>
  224.         </activity>
  225. //------------------------------------------------------------------------------------- <activity android:label="@string/DUN_title" android:name=".DUN" android:process="com.android.phone">
  226.             <intent-filter>
  227.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  228.                 <data android:scheme="android_secret_code" android:host="DUN_title" />
  229.             </intent-filter>
  230.         </activity>
  231. //-------------------------------------------------------------------------------------
  232.     // SecFeature <activity android:label="@string/dns_set" android:name=".DNS_Set" android:process="com.android.phone">
  233.             <intent-filter>
  234.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  235.                 <data android:scheme="android_secret_code" android:host="DNS_Set" />
  236.             </intent-filter>
  237.         </activity>
  238. //-------------------------------------------------------------------------------------
  239. <activity android:label="@string/Multimedia_Title" android:name=".Multimedia" android:process="com.android.phone">
  240.             <intent-filter>
  241.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  242.                 <data android:scheme="android_secret_code" android:host="Multimedia" />
  243.             </intent-filter>
  244.         </activity>
  245. //------------------------------------------------------------------------------------- <activity android:label="@string/force" android:name=".Forcemode" android:process="com.android.phone">
  246.             <intent-filter>
  247.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  248.                 <data android:scheme="android_secret_code" android:host="FORCE" />
  249.             </intent-filter>
  250.         </activity>
  251. //------------------------------------------------------------------------------------- <activity android:label="@string/portmap" android:name=".Port_Map" android:process="com.android.phone">
  252.             <intent-filter>
  253.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  254.                 <data android:scheme="android_secret_code" android:host="PORTMAP" />
  255.             </intent-filter>
  256.         </activity>
  257. //------------------------------------------------------------------------------------- <activity android:label="@string/emergency_test_title" android:name=".Emergency_Test" android:process="com.android.phone">
  258.             <intent-filter>
  259.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  260.                 <data android:scheme="android_secret_code" android:host="EMERGENCYNUM" />
  261.             </intent-filter>
  262.         </activity>
  263. //------------------------------------------------------------------------------------- <activity android:label="@string/hiddenmenu_enable_title" android:name=".HiddenmenuEnableSetting" android:process="com.android.phone">
  264.             <intent-filter>
  265.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  266.                 <data android:scheme="android_secret_code" android:host="HIDDENMENUENABLE" />
  267.             </intent-filter>
  268.         </activity>
  269. //------------------------------------------------------------------------------------- <activity android:label="@string/revamode" android:name=".RevAmode" android:process="com.android.phone">
  270.             <intent-filter>
  271.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  272.                 <data android:scheme="android_secret_code" android:host="REVAMODE" />
  273.             </intent-filter>
  274.         </activity> //------------------------------------------------------------------------------------- <activity android:label="@string/mrd" android:name=".MRD" android:process="com.android.phone">
  275.             <intent-filter>
  276.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  277.                 <data android:scheme="android_secret_code" android:host="MRD" />
  278.             </intent-filter>
  279.         </activity>
  280.         <activity android:label="@string/lock_code" android:name=".MMSProvision">
  281.             <intent-filter>
  282.                 <action android:name="android.intent.action.MAIN" />^M
  283. <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />^M
  284. </intent-filter>
  285.         </activity>
  286.         <activity android:label="@string/mms_provision" android:name=".MMSProvisionEdit" android:process="com.android.phone">
  287.             <intent-filter>
  288.                 <action android:name="android.intent.action.MAIN" />^M
  289. <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />^M
  290. </intent-filter>
  291.         </activity> //------------------------------------------------------------------------------------- <activity android:label="@string/data_conn" android:name=".DataConn" android:process="com.android.phone">
  292.             <intent-filter>
  293.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  294.                 <data android:scheme="android_secret_code" android:host="DATACONN" />
  295.             </intent-filter>
  296.         </activity>
  297. //-------------INTENTs-------------------------------------------- <receiver android:name="HiddenmenuBroadcastReceiver">
  298.             <intent-filter>
  299.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  300.                 <data android:scheme="android_secret_code" android:host="MSL_Checker" />
  301.             </intent-filter>
  302.         </receiver>
  303.         <receiver android:name="HiddenmenuBroadcastReceiver">
  304.             <intent-filter>
  305.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  306.                 <data android:scheme="android_secret_code" android:host="DATA" />
  307.             </intent-filter>
  308.         </receiver>
  309.         <receiver android:name="HiddenmenuBroadcastReceiver">
  310.             <intent-filter>
  311.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  312.                 <data android:scheme="android_secret_code" android:host="RTN" />
  313.             </intent-filter>
  314.         </receiver>
  315.         <receiver android:name="HiddenmenuBroadcastReceiver">
  316.             <intent-filter>
  317.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  318.                 <data android:scheme="android_secret_code" android:host="DEBUG" />
  319.             </intent-filter>
  320.         </receiver>
  321.         <receiver android:name="HiddenmenuBroadcastReceiver">
  322.             <intent-filter>
  323.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  324.                 <data android:scheme="android_secret_code" android:host="AKEY" />
  325.             </intent-filter>
  326.         </receiver>
  327.         <receiver android:name="HiddenmenuBroadcastReceiver">
  328.             <intent-filter>
  329.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  330.                 <data android:scheme="android_secret_code" android:host="OTKSL" />
  331.             </intent-filter>
  332.         </receiver>
  333.         <receiver android:name="HiddenmenuBroadcastReceiver">
  334.             <intent-filter>
  335.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  336.                 <data android:scheme="android_secret_code" android:host="GPSCLRX" />
  337.             </intent-filter>
  338.         </receiver>
  339.         <receiver android:name="HiddenmenuBroadcastReceiver">
  340.             <intent-filter>
  341.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  342.                 <data android:scheme="android_secret_code" android:host="SCRTN" />
  343.             </intent-filter>
  344.         </receiver>
  345.         <receiver android:name="HiddenmenuBroadcastReceiver">
  346.             <intent-filter>
  347.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  348.                 <data android:scheme="android_secret_code" android:host="TESTMODE" />
  349.             </intent-filter>
  350.         </receiver>
  351.         <receiver android:name="HiddenmenuBroadcastReceiver">
  352.             <intent-filter>
  353.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  354.                 <data android:scheme="android_secret_code" android:host="NAMBASIC" />
  355.             </intent-filter>
  356.         </receiver>
  357.         <receiver android:name="HiddenmenuBroadcastReceiver">
  358.             <intent-filter>
  359.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  360.                 <data android:scheme="android_secret_code" android:host="TTY" />
  361.             </intent-filter>
  362.         </receiver>
  363.         <receiver android:name="HiddenmenuBroadcastReceiver">
  364.             <intent-filter>
  365.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  366.                 <data android:scheme="android_secret_code" android:host="PUTIL" />
  367.             </intent-filter>
  368.         </receiver>
  369.         <receiver android:name="HiddenmenuBroadcastReceiver">
  370.             <intent-filter>
  371.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  372.                 <data android:scheme="android_secret_code" android:host="DUN_title" />
  373.             </intent-filter>
  374.         </receiver>
  375.         <receiver android:name="HiddenmenuBroadcastReceiver">
  376.             <intent-filter>
  377.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  378.                 <data android:scheme="android_secret_code" android:host="FORCE" />
  379.             </intent-filter>
  380.         </receiver>
  381.         <receiver android:name="HiddenmenuBroadcastReceiver">
  382.             <intent-filter>
  383.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  384.                 <data android:scheme="android_secret_code" android:host="EMERGENCYNUM" />
  385.             </intent-filter>
  386.         </receiver>
  387.         <receiver android:name="HiddenmenuBroadcastReceiver">
  388.             <intent-filter>
  389.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  390.                 <data android:scheme="android_secret_code" android:host="HIDDENMENUENABLE" />
  391.             </intent-filter>
  392.         </receiver>
  393.         <receiver android:name="HiddenmenuBroadcastReceiver">
  394.             <intent-filter>
  395.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  396.                 <data android:scheme="android_secret_code" android:host="REVAMODE" />
  397.             </intent-filter>
  398.         </receiver>
  399.         <receiver android:name="HiddenmenuBroadcastReceiver">
  400.             <intent-filter>
  401.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  402.                 <data android:scheme="android_secret_code" android:host="MRD" />
  403.             </intent-filter>
  404.         </receiver>
  405.         <receiver android:name="HiddenmenuBroadcastReceiver">
  406.             <intent-filter>
  407.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  408.                 <data android:scheme="android_secret_code" android:host="HYBRIDMODE" />
  409.             </intent-filter>
  410.         </receiver>
  411.         <receiver android:name=".HiddenmenuBroadcastReceiver" android:permission="android.permission.RECEIVE_BOOT_COMPLETED" android:enabled="true" android:process="com.android.phone">
  412.             <intent-filter>
  413.                 <action android:name="android.intent.action.BOOT_COMPLETED" />
  414.                 <category android:name="android.intent.category.DEFAULT" />
  415.             </intent-filter>
  416.         </receiver> // secfeature. cyp
  417. <receiver android:name="HiddenmenuBroadcastReceiver">
  418.             <intent-filter>
  419.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  420.                 <data android:scheme="android_secret_code" android:host="DNSSET" />
  421.             </intent-filter>
  422.         </receiver>
  423.         <receiver android:name="HiddenmenuBroadcastReceiver">
  424.             <intent-filter>
  425.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  426.                 <data android:scheme="android_secret_code" android:host="DATACONN" />
  427.             </intent-filter>
  428.         </receiver>
  429. //------------------------------------------------------------------------------------- <receiver android:name="HiddenmenuBroadcastReceiver">
  430.             <intent-filter>
  431.                 <action android:name="android.provider.Telephony.SECRET_CODE" />
  432.                 <data android:scheme="android_secret_code" android:host="TEST_HISTORY" />
  433.             </intent-filter>
  434.         </receiver>
  435.     </application>
  436. </manifest>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement