How to prevent toast message when creatin app icon on screen
问题 I want to create appp icon on phone screen and i do it but when i do it automaticli app creates toast message , How to prevent this toast message when creatin app icon or deleting icon on screen? Thanks. That is code of how i do it private void addShortcut(){ Intent shortcutIntent = new Intent("com.android.launcher.action.INSTALL_SHORTCUT"); // Shortcut name shortcutIntent.putExtra(Intent.EXTRA_SHORTCUT_NAME, getString(R.string.app_name)); shortcutIntent.putExtra("duplicate", false);