Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Commit

Permalink
Add back onUpdatePermissionsNotGranted
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Scholtysik (Reimold) committed Oct 5, 2017
1 parent d852524 commit 1310a72
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,16 @@ public boolean onBuildExpired() {
public boolean canUpdateInMarket() {
return false;
}

/**
* Called when the update permissions had not been granted.
* Implement your custom action to override the default behavior.
*
* @deprecated as of 5.0.0.
*/
@Deprecated
@SuppressWarnings("unused")
public void onUpdatePermissionsNotGranted() {
// Do nothing
}
}

0 comments on commit 1310a72

Please sign in to comment.