Sergueille
Sergueille
I have the same problem with `com.textra`. I tried what you said, and there is no exception thrown by the snippet you given. However, if I put `startMainActivity` out of...
And here is more info: * `icon.componentName.toString()` is `ComponentInfo{com.textra/com.mplus.lib.Main_ff2e7d32}` (looks strange?), * `icon.componentName.getPackageName()` is `com.textra` * `icon.userHandle.toString()` is `UserHandle{0}`
Hello again @markusfisch, I think I have a clue what causes the bug. It seems that [this check](https://github.com/markusfisch/PieLauncher/blob/master/app/src/main/java/de/markusfisch/android/pielauncher/content/AppMenu.java#L126) doesn't pass when it should, because `icon.componentName` is not the expected value...
I tested it on 1.23.6, and it still doesn't work (tested with Textra and Fossify Keyboard). For both apps I now see the toast that says "Activity not enabled". I'll...
When the color is changed, `icon.componentName` looks like `"app.mainActivity.color"`, and the only activity returned by `launcherApps.getActivityList` is this activity. Then, `launcherApps.isActivityEnabled` returns `false` and the toast is shown. I don't...