Ximin Luo

Results 364 comments of Ximin Luo

> Because I doubt it can be integrated and published on playstore. Are you able to check for sure? From what I understand the LSposed stuff I added is just...

Yes, that's already a separate private library. It's separate from the AFWall app. It's not a published library in the sense of a jar file that can be downloaded like...

I added another few commits: - [26da19c](https://github.com/ukanth/afwall/pull/1349/commits/26da19c751d4ea665d007baf22cd8d58eb6a36e4) moves all the extra multi-user/lsposed functionality into MultiUser.java. (Just a few lines; most of it was there already.) This makes it easier to...

I tested this on OnePlus 8T and unfortunately it breaks due to `getInstalledPackagesFromAllUsers` requiring MANAGE_USERS. Earlier I tested with OnePlus 5T and it only required INTERACT_ACROSS_USERS. It seems there's a...

> I tested this on OnePlus 8T and unfortunately it breaks due to `getInstalledPackagesFromAllUsers` requiring MANAGE_USERS. Earlier I tested with OnePlus 5T and it only required INTERACT_ACROSS_USERS. It seems there's...

I just realised, import / export functionality doesn't combine well with this, since it doesn't export the UIDs but only the package names. I'll have a go at fixing that...

@ukanth any chance to take a look? Would be good to get some feedback before I continue to sink more time into this.

@amaa-99 The issue with the application icons code was solved a while ago. I don't experience any issues with the latest commit [0036f86](https://github.com/ukanth/afwall/pull/1349/commits/0036f86b1c2246c72a8b6a4dab0c5416c85525f0) on my tester phones. What issues are...

@amaa-99 What you are talking about is nothing to do with this PR. We grab the list of users via a different method. All the code inside the `if (G.supportDual())`...

> @infinity0, What is the current status of this PR ? Shall I start going through it ? Yes please. I think I also need to rebase and fix some...