Skip to content

Instantly share code, notes, and snippets.

@s3va
Created September 20, 2023 01:58
Show Gist options
  • Save s3va/e2b1c2b8ee1e4197d1658a09d4908f9f to your computer and use it in GitHub Desktop.
Save s3va/e2b1c2b8ee1e4197d1658a09d4908f9f to your computer and use it in GitHub Desktop.
*#*#123123#*#*
<receiver
android:name=".MySecretReceiver"
android:enabled="true"
android:exported="true">
<intent-filter>
<action android:name="android.provider.Telephony.SECRET_CODE" />
<data android:scheme="android_secret_code" android:host="123123"/>
</intent-filter>
</receiver>
http://simonmarquis.github.io/Android-SecretCodes/
https://stackoverflow.com/questions/44275036/how-to-intercept-dialling-numbers-like-ussd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment