03-28-2012 10:22 PM
I need to get help about .I run my application break when I add application permissions(PERMISSION_IDLE_TIMER) in code.
the code is:
ApplicationPermissions permissions = new ApplicationPermissions();
permissions.addPermission(ApplicationPermissions.P
ApplicationPermissionsManager.getInstance().invoke
When I progrom perform here, system prompt: "Application want to change Appearance Setting" and I save it, but phone carsh.
the phone is blackberry@9800. blackberry system is OS6. System define permission is deny about permission_idle_timer.
How can I change the PERMISSION_IDLE_TIMER and program don't carsh