Skip to content

Commit

Permalink
Fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
moneytoo committed Nov 22, 2022
1 parent be9b145 commit b5ee992
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
applicationId "com.brouken.runner"
minSdk 26
targetSdk 33
versionCode 2
versionCode 3
versionName "0.2"
}

Expand Down
1 change: 0 additions & 1 deletion app/src/main/java/com/brouken/runner/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ protected void onCreate(Bundle savedInstanceState) {
}

Intent intent = new Intent("com.google.android.finsky.VIEW_MY_DOWNLOADS");
intent.setClassName("com.android.vending", "com.google.android.finsky.activities.MainActivity");
if (intent.resolveActivity(getPackageManager()) != null) {
startActivity(intent);
}
Expand Down

0 comments on commit b5ee992

Please sign in to comment.