Get Android system permissions by putting app in /system/app?
As of Android 4.4, Privileged Apps must be put in /system/priv-app instead of /system/app. Once I moved my app there, it got the privilege as expected.
See here: AOSP Privileged vs System app