Matthew Rollings
Matthew Rollings
@VD171 sorry I didn't quite get that. What is Selinux returning?
@andrewjli The comments on that stackoverflow post indicate that this bug can be worked around if you use ProcessBuilder instead of `Runtime.getRuntime().exec("su")`. Suggest anyone attempting to implement it using something...
I like this idea. Here's my current thoughts about how it should be implemented: 1. Keep the code readable 2. Encryption / encoding doesn't need to be secure as it's...
@WuglyakBolgoink yeah, I like the idea of it not being static. I'm not aware of a good way of doing this in java/android/gradle. We also have the issue that if...
Install guide here http://forum.xda-developers.com/apps/supersu/suhide-t3450396
This looks interesting, it's not something I'm very familiar with but it would look like this is more of an indication of a custom rom, or ones that doesn't support...
@nfmobile I'm pretty sure we don't use any functions that would benefit from fortification. If you look at the code it's very simple and only checks if files exist. So...
Can you run the sample app and provide the log output on this device, so we can figure out why it's returning a false positive?
@woxblom Nothing from us yet, we welcome PR's though
Had a quick look at the code, and all that's needed is to modify languages.js with the additional accents you want. For example: British English: ``` 'nl': 'Dutch', 'en': 'English',...