So I am starting to figure out how to edit the 5 way unlock screen. The only thing i am running into problems with is changing the sms icon to Google voice. This is what the code looks like for the sms app (i think it is anyway):
<Intent action="android.intent.action.MAIN" type="vnd.android-dir/mms-sms" category="android.intent.category.DEFAULT"/>
when i edited the browser to miren I entered the package and the class but i dont know how i would do that in this code, if someone could help me out that would be great.
Thanks.
<Intent action="android.intent.action.MAIN" type="vnd.android-dir/mms-sms" category="android.intent.category.DEFAULT"/>
when i edited the browser to miren I entered the package and the class but i dont know how i would do that in this code, if someone could help me out that would be great.
Thanks.
Last edited: