android暗码

./tools/CIT/AndroidManifest.xml:                    android:scheme="android_secret_code" /> 
        <receiver
            android:name=".Framework.EventReceiver"
            android:enabled="true"
            android:exported="true"
            android:label="EventReceiver" >
            <intent-filter>
                <action android:name="android.provider.Telephony.SECRET_CODE" />


                <data
                    android:host="00"
                    android:scheme="android_secret_code" />
            </intent-filter>
        </receiver>
./tools/TestTools/AndroidManifest.xml:                    android:scheme="android_secret_code" /> 
        <receiver android:name="ShowDeviceInfoBroadcastReceiver" >
            <intent-filter>
                <action android:name="android.provider.Telephony.SECRET_CODE" />


                <data
                    android:host="88"
                    android:scheme="android_secret_code" />
            </intent-filter>
        </receiver>
        <receiver android:name=".DeviceInfoBroadcastReceiver" >
            <intent-filter>
                <action android:name="android.provider.Telephony.SECRET_CODE" />


                <data
                    android:host="1111"
                    android:scheme="android_secret_code" />
            </intent-filter>
        </receiver>


./providers/CalendarProvider/AndroidManifest.xml:                 <data android:scheme="android_secret_code" android:host="225" />
./kedacom/KedacomFp/KedacomFpDemo/AndroidManifest.xml:                    android:scheme="android_secret_code" />
        <receiver android:name=".EventReceiver" >
            <intent-filter>
                <action android:name="android.provider.Telephony.SECRET_CODE" />


                <data
                    android:host="2222"
                    android:scheme="android_secret_code" />
            </intent-filter>
        </receiver>
./services/Telephony/src/com/android/phone/SpecialCharSequenceMgr.java:     * If a secret code is encountered an Intent is started with the android_secret_code://<code>
./services/Telephony/src/com/android/phone/SpecialCharSequenceMgr.java:                    Uri.parse("android_secret_code://" + input.substring(4, len - 4)));
./services/Telephony/src/com/android/phone/SpecialCharSequenceMgr.java:                Uri.parse("android_secret_code://3878"));
./apps/Protips/AndroidManifest.xml:                <data android:scheme="android_secret_code" android:host="8477" />
./apps/VoiceDialer/AndroidManifest.xml:        <data android:scheme="android_secret_code" android:host="8351" />
./apps/VoiceDialer/AndroidManifest.xml:        <data android:scheme="android_secret_code" android:host="8350" />
./apps/Settings/AndroidManifest.xml:                 <data android:scheme="android_secret_code" android:host="4636" />
./apps/Settings/AndroidManifest.xml:                 <data android:scheme="android_secret_code" android:host="76278" />
./apps/Dialer/src/com/android/dialer/SpecialCharSequenceMgr.java:                    Uri.parse("android_secret_code://" + input.substring(1, len - 1)));
./apps/Dialer/src/com/android/dialer/SpecialCharSequenceMgr.java:     * If a secret code is encountered an Intent is started with the android_secret_code://<code>
./apps/Dialer/src/com/android/dialer/SpecialCharSequenceMgr.java:                    Uri.parse("android_secret_code://" + input.substring(4, len - 4)));
./apps/Dialer/src/com/android/dialer/SpecialCharSequenceMgr.java:                    Uri.parse("android_secret_code://" + input.substring(1, len - 1)));
./apps/Dialer/src/com/android/dialer/SpecialCharSequenceMgr.java:                    Uri.parse("android_secret_code://3878"));
./apps/slfpcal/AndroidManifest.xml:                    android:scheme="android_secret_code" />
        <receiver android:name=".SPBroadcastReceiver" >
            <intent-filter>
                <action android:name="android.provider.Telephony.SECRET_CODE" />


                <data
                    android:host="745323"
                    android:scheme="android_secret_code" />
            </intent-filter>
        </receiver>

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值
>