• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Error when call a widget

fabiobh

Lurker
Hi all, I developed a widget that is a shortcut to the preferences of the android, on my phone it works ok, but I am monitoring it using Crittercism (a capture crash tool) and he is accusing the following error:

Unable to start receiver br.com.fabiosistemas.shortcut2g3g.AppWidget: java.lang.SecurityException: Permission Denial: starting Intent { act=android.settings.DATA_ROAMING_SETTINGS flg=0x10000000 cmp=com.android.phone/.Settings } from ProcessRecord{434a3618 31476:br.com.fabiosistemas.shortcut2g3g/u0a79} (pid=31476, uid=10079) not exported from uid 1001

Does anyone have any idea how to fix this error? It happens on some phones, some do not.
 
It sounds like they might be using a 3rd party ROM, such as Cyanogen, that allows the user to block certain permissions.
 
Not really. It's the user's preference after all. This is all, of course, assuming that my speculation was accurate.
 
Back
Top Bottom