Adam Zamojski
Adam Zamojski
@se-ti What's an `externPackageId`?
Can you share some articles? From what I found there shouldn't be any issues except for missing `intent.addFlags(Intent.FLAG_INCLUDE_STOPPED_PACKAGES)`.
I don't declare any `` in the app. My broadcasts are not protected this way so I don't think it's the case. It may be truth that some configuration is...
I've made a test in couple of scenarios: 1. Two apps each signed differently on Android 10 phone - broadcast works fine, even without `Intent.FLAG_INCLUDE_STOPPED_PACKAGES`. 2. Two apps signed with...
It's hard to take account all possible screen, resolutions and font sizes. I will check if that's possible to be improved.
The icons have the same colors in both themes but they're a little bit transparent which makes them appear lighter or darker. The cluster is not a single sample, it's...
Currently - no. I don't have time to work on new features, I try to fix bugs and keep the app compatible with new Android versions which is quite time...
Related #112
Hi, the import/ export works rather like backup / restore, so it overwrites the data. I don't know if Excel is capable to work with SQLite databases, but if so...