Android Build not deleting PlayerPrefs

I built my unity build to my android phone, and before I did, I cleared the PlayerPrefs on my computer. I also added a button to clear the playerprefs from the phone, but the playerprefs are not deleting! My progress is being saved even though I just deleted the playerprefs.
Any help?

have you tried PlayerPrefs.DeletAll()?