Aayush Gupta

Results 45 comments of Aayush Gupta

I agree that the list will not work with caching. How about if the server extracts package names and then processes them in a loop? That should be feasible I...

Need to use [setForegroundServiceBehavior](https://developer.android.com/reference/android/app/Notification.Builder#setForegroundServiceBehavior(int)) method on the said notification and set it to [FOREGROUND_SERVICE_IMMEDIATE](https://developer.android.com/reference/android/app/Notification#FOREGROUND_SERVICE_IMMEDIATE)

@Gitsaibot are you fine if I open an MR to ask the user to allow Etar to ignore battery optimizations to fix this and similar issues?

Just had the same issue. Installing Chrome first and restarting NSL afterwards fixed it.

@m0byn, that repository is LineageOS. Please file an issue on their bug tracker if it is still valid. In any case, you can find the FAQ for seedvault [here](https://github.com/seedvault-app/seedvault/wiki/FAQ).

@mar-v-in did you had a chance to take a look at this PR? Any suggestions on how can we open an individual account settings page (the one we discussed)?

Any steps to reproduce this?

@bgamez23 Post complete information please. I would appreciate bug report in the format we prescribe on our Telegram community which is the preferred way to report bugs.

Need to look into formatting it beautifully but the string is manually generated and isn't a valid JSON. Adding GSON dependency and using that with the actual class object may...