Hi, been looking at the android code and wanted to know if it was
possible to use the secret code for SDK applications or was it only
reserved for system apps?

System settings has this in the manifest

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

So when you dial *#*#4636#*#* it launches the testing settings
activity. It would be very handy if we could use this.

Ne0

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to