AndroidDeveloperLB

Results 913 comments of AndroidDeveloperLB

Anyway, please add explanation here on the repository's page, and also in the module's description in Magisk. Maybe it's even possible to do it via Magisk somehow, too.

How do you use ApplicationStartInfo ? I can't see any docs for how to get an instance of it

@markushi Thank you! I can see detection of the reason of starting the app, but I can't find which app started it (when it's relevant). Is it possible?

@markushi Seems you are correct, but do I need to add visibility to the apps? I wonder if a simple launchable filter will be fine: ``` ``` I think for...

@tumuyan Sorry but I don't understand. What did I do wrong? I chose the image, and the app failed to do anything with it. What's there to reset? Why "reset...

@sabrogden Why the need to install another app if it's just a registry ? What would the other app help with? The other app can remove system hotkeys?

@mangstadt 1. OK 2. How can I convert from the old Date (or Calendar) into PartialDate? After converting, it should work fine as before, right?

Maybe as such: ``` val partialDate = PartialDate.builder().date(birthdate.date).month(birthdate.month + 1).year(birthdate.year + 1900).build() ``` ?

As for ad-choices: seems it's automatically added, if not specified: https://developers.google.com/admob/android/native/advanced#adchoices_overlay but only on real ads, not on test ads. Please add this to test ads too, so that we...

@Piasy What do you mean SSIV ? Can you please give me more clues, or if it's easy, let me know how to do it using your own code?