frameworks/base/core/java/android/util/NtpTrustedTime.java:275: error: cannot find symbol
final ContentResolver resolver = getContext().getContentResolver();
frameworks/base/core/java/android/content/pm/SpecialRuntimePermAppUtils.java:38: error: method checkPermission in class PermissionManager cannot be applied to given types;
return PermissionManager.checkPermission(Manifest.permission.INTERNET, Process.myPid(), Process.myUid())
Signed-off-by: Tavi <tavi@divested.dev>
- Removes unused files/patches
- Removes many guards, these likely don't work anyway due to patchsets having dependencies
- No functional change
Signed-off-by: Tavi <tavi@divested.dev>