Are you a icon pack developer?
Thank you for your decision to support Square Home in your icon packs.
Please use the following intent to support it.
Intent intent =
new Intent("com.ss.squarehome2.ACTION_APPLY_ICONPACK");
ComponentName cmp =
ComponentName.unflattenFromString(
"com.ss.squarehome2/.ApplyThemeActivity"); intent.setComponent(cmp);
intent.putExtra("com.ss.squarehome2.EXTRA_ICONPACK",
"[your package name]");
startActivity(intent);
This is a clear app icon image for your use.
Thank you for your decision to support Square Home in your icon packs.
Please use the following intent to support it.
Intent intent =
new Intent("com.ss.squarehome2.ACTION_APPLY_ICONPACK");
ComponentName cmp =
ComponentName.unflattenFromString(
"com.ss.squarehome2/.ApplyThemeActivity"); intent.setComponent(cmp);
intent.putExtra("com.ss.squarehome2.EXTRA_ICONPACK",
"[your package name]");
startActivity(intent);
This is a clear app icon image for your use.