how to create a custom dialog for asking permission in blackberry
问题 how to create a custom dialog for asking permission in blackberry and store in application Descriptor. i have created this code but i am not able get our custom message and getting Exception Uncaught Exception:no Application Instance. class PermissionTest extends UiApplication { private static String[] dialogChoice = { "Exit" }; static boolean permissionsOk = false; // main method public static void main(String[] args) { _assertHasPermissions(); PermissionTest theApp = new PermissionTest();