If anyone is looking for the code for putting a phone button on their watch face I am posting here as it was not working on a watch face I was trying to fix for the Prime 2. I could not get the information from the “Package Names” app I usually use to obtain that nor could I get it from “MyApk Pro” app which is a similar app. I found it in the /system/media/insideClockSkin folder in Clock 6 which was the only one which comes with the Prime 2 that has a phone button on the clock face. Here is the code which will replace any code in the clock_skin.xml file referring to dialer or typically you’ll search for com.android.dialer and replace the cls and pkg with this:
<cls>bp.wt.com.androidp_contacts.activity.MainPhoneActivity</cls>
<pkg>com.wiite.dbf.androidp_contacts<pkg/>
2 Likes