Created
March 11, 2020 17:20
-
-
Save varundwarkani/cf446b23c2e53f109a44a9875c529ff3 to your computer and use it in GitHub Desktop.
InAppUpdateVariables
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
private AppUpdateManager appUpdateManager; | |
private int UPDATE_REQUEST_CODE = 23; | |
InstallStateUpdatedListener listener; | |
appUpdateManager = AppUpdateManagerFactory.create(getApplicationContext()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment