LogoLogo
  • Support Center
  • Smart Launcher FAQ
    • Limited Access To Wallpaper
    • Introduction
    • Gestures
    • License and purchases
      • Problems and troubleshooting
      • Multiple Google accounts licensing issues
    • Update to Smart Launcher 6
    • Differences between versions
    • Tutorials
    • Glossary
    • Performances
    • False reports from Avast
    • Why is the experience with Google Discover sometimes unstable?
    • QuickSwitch support
    • Price of Smart Launcher
    • How Can I Support Smart Launcher?
  • Device specific issues
    • Google / Pixels
    • OnePlus
    • Samsung
    • Xiaomi / Redmi / Poco
    • Oppo / Realme
    • Huawei / Honor
    • Amazon Fire
    • Android TV Boxes
    • Apple / iPhone
  • Changelog
    • 6.5
    • 6.4
    • 6.3
    • 6.2
    • 6.1
    • 6.0
    • 5.5
    • 5.4
    • 5.3
    • 5.2
    • 5.1
    • 5.0
  • Troubleshooting
  • Work with Smart Launcher
    • Smart Launcher for Business
    • Icon Packs
    • KLWP/KWGT APIs
    • APIs For Third-Party Widget Developers
    • Join our team
    • Promo codes
  • Other products
    • Icon Pack Studio FAQ
      • Icon Pack Studio Launcher Support
        • Supported launchers
      • How to get the best experience with Icon Pack Studio
      • Documentation
        • Edit individual icons
        • Compositing options
      • Changelog
      • FAQ for launcher developers
      • FAQ for icon pack developers
      • Delete your Icon Pack Studio Account
    • Smart Launcher 3 FAQ
      • SL3 Notification plugin
    • Lock screens FAQ
  • Other Resources
    • Community
    • Blog
    • Privacy Policy
Powered by GitBook
On this page
  • My launcher is listed in Icon Pack Studio as unsupported
  • How can I launch the Icon Pack Studio editor for a specific app from my launcher?

Was this helpful?

  1. Other products
  2. Icon Pack Studio FAQ

FAQ for launcher developers

PreviousChangelogNextFAQ for icon pack developers

Last updated 1 year ago

Was this helpful?

My launcher is listed in Icon Pack Studio as unsupported

This happens because your launcher does not support the Icon Pack Studio format.

Icon Pack Studio exports user creations using one of the most common icon pack formats in Android.

If your launcher supports icon packs downloadable from the Google Play Store, it probably already supports Icon Pack Studio; you just need to ensure your launcher searches in the file /res/raw/appfilter.xml to resolve the icon resource IDs.

If you need assistance with this, or if you have already checked and want to report that your launcher is now compatible, just contact us at

How can I launch the Icon Pack Studio editor for a specific app from my launcher?

Just use this piece of code to launch the Icon Pack Studio editor.

val intent = Intent("android.intent.action.PICK")
intent.setPackage("ginlemon.iconpackstudio")
intent.putExtra("packagename", <app packagename>)
intent.putExtra("activityname", <app activityname>)
intent.putExtra("userid", <app userId or -1>)
startActivityForResult(intent, YOUR_REQUEST_CODE)

If you need assistance with this, or if you already checked and you want to report your launcher is now compatible, just contact us at

support+dev@smartlauncher.net
support+dev@smartlauncher.net