I added these permissions to my app some months ago, and Eclipse never showed and error:
<uses-permission android:name="android.permission.DELETE_PACKAGES" />
<uses-permission android:name="android.permission.INSTALL_PACKAGES" />
Today, however, I edited the Android manifest file, and now it shows an error:
Permission is only granted to system apps
Why? How do I fix this problem?