Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clean up function that gets the selinux categories of my app
By this I mean that I replaced the auto-generated Java->Kotlin conversion code with proper Kotlin functions. I also removed the TODO, because if ':' is not found, it'll return -1. -1 + 1 = 0. foo.substring(0) is just foo. so line 87 would catch that
- Loading branch information