Add a custom popup message in any app.

Hello Friends, Welcome to my blog Mr. Technical Boss. 

So today's video is very simple, In this video I presented a small tutorial of adding a custom popup message of our choice in any app with the help of APK editor pro and Android java. 

If you liked my video, Like it, share it.. 
And Ofcourse subscribe my channel..

CODE:
———————————————————————
const/4 v0, 0x1

const-string v1, "App Editted by Manan"

invoke-static {p0, v1, v0}, Landroid/widget/Toast;->makeText(Landroid/content/Context;Ljava/lang/CharSequence;I)Landroid/widget/Toast;

move-result-object v0

invoke-virtual {v0}, Landroid/widget/Toast;->show()V
———————————————————————

Comments