In my preference file I go this
You should do something like this in your intent declaration inside the preference xml:
Note: targetPackage should be same as the package property declared inside the manifest tag of AndroidManifest.xml. This is confusing sometimes, so read it again.
So equivalent AndroidManifest.xml would have declaration like this:
....