Skip to content

Commit

Permalink
Update submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkaW committed Jul 10, 2023
1 parent 3c5c761 commit 60bffcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ ext {
moduleName = "Sui"
moduleAuthor = "Rikka"
moduleDescription = "Modern superuser interface implementation."
moduleVersionMinor = 0
moduleVersionPatch = 1
moduleVersionMinor = 4
moduleVersionPatch = 0
moduleVersion = "v${api_version_major}.${moduleVersionMinor}.${moduleVersionPatch}"
moduleVersionCode = gitCommitCount

Expand Down
2 changes: 2 additions & 0 deletions module/src/main/java/rikka/sui/server/SuiService.java
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,8 @@ public void binderDied() {
reply.putInt(BIND_APPLICATION_SERVER_UID, OsUtils.getUid());
reply.putInt(BIND_APPLICATION_SERVER_VERSION, replyServerVersion);
reply.putString(BIND_APPLICATION_SERVER_SECONTEXT, OsUtils.getSELinuxContext());
reply.putInt(BIND_APPLICATION_SERVER_VERSION, replyServerVersion);
reply.putInt(BIND_APPLICATION_SERVER_PATCH_VERSION, ShizukuApiConstants.SERVER_PATCH_VERSION);
if (!isManager && !isSettings) {
reply.putBoolean(BIND_APPLICATION_PERMISSION_GRANTED, clientRecord.allowed);
reply.putBoolean(BIND_APPLICATION_SHOULD_SHOW_REQUEST_PERMISSION_RATIONALE, shouldShowRequestPermissionRationale(clientRecord));
Expand Down

0 comments on commit 60bffcc

Please sign in to comment.