{% else-1 %}
Arrow

Шины и диски для настоящих боссов дороги

Ad Image

Не знаешь, где купить Шины и диски? В онлайн магазине шинабосс огромный выбор шин и дисков, найди именно то, что тебе нужно!

Нужны права
<uses-permission
android:name=\"com.android.launcher.permission.INSTALL_SHORTCUT\" /
>
<uses-permission
android:name=\"com.android.launcher.permission.UNINSTALL_SHORTCUT\" /
>

                        
public void addShortcut
(Context ctx, Class startClass) {
if (startClass==null || ctx ==
null) return;
// Adding shortcut on Home
screen
Intent shortcutIntent = new
Intent(ctx, startClass);
shortcutIntent.setAction
(Intent.ACTION_MAIN);
Intent addIntent = new
Intent();
addIntent.putExtra
("duplicate", false);
addIntent.putExtra
(Intent.EXTRA_SHORTCUT_INTENT,
shortcutIntent);
addIntent.putExtra
(Intent.EXTRA_SHORTCUT_NAME,
ctx.getString
(R.string.app_name));
addIntent.putExtra
(Intent.EXTRA_SHORTCUT_ICON_RESOURCE,
Intent.ShortcutIconResource.fromContext
(ctx, R.drawable.ic_launcher));
addIntent.setAction
("com.android.launcher.action.INSTALL_SHORTCUT");
ctx.sendBroadcast
(addIntent);
}
public void removeShortcut
(Context ctx, Class startClass) {
if (startClass==null || ctx ==
null) return;
// Deleting shortcut for
MainActivity on Home screen
Intent shortcutIntent = new
Intent(ctx, startClass);
shortcutIntent.setAction
(Intent.ACTION_MAIN);
Intent addIntent = new
Intent();
addIntent.putExtra
("duplicate", false);
addIntent.putExtra
(Intent.EXTRA_SHORTCUT_INTENT,
shortcutIntent);
addIntent.putExtra
(Intent.EXTRA_SHORTCUT_NAME,
ctx.getString
(R.string.app_name));
addIntent.putExtra
(Intent.EXTRA_SHORTCUT_ICON_RESOURCE,
Intent.ShortcutIconResource.fromContext
(ctx, R.drawable.ic_launcher));
addIntent.setAction
("com.android.launcher.action.UNINSTALL_SHORTCUT");
ctx.sendBroadcast
(addIntent);
}
0 27 0
0

Нет фото
System * [мошенник] 0.85
• 29 дек 2013, 16:55


Куда это пихать? ))

Поздравляем с наступающим Новым годом! Пусть 2025 год принесёт вдохновение, успешные проекты и стабильный рост! Желаем лёгкого кода, надёжных партнёров и личного счастья. Спасибо, что вы с нами!..


#php

как на php

42 ответа

как залить php на wen.ru

42 ответа

#python

Чем отличается питон от удава

42 ответа

Как натянуть сайт на питона

42 ответа