Skip to content

Commit

Permalink
Fix #1
Browse files Browse the repository at this point in the history
moneytoo committed Nov 22, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent be9b145 commit b5ee992
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
@@ -10,7 +10,7 @@ android {
applicationId "com.brouken.runner"
minSdk 26
targetSdk 33
versionCode 2
versionCode 3
versionName "0.2"
}

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
@@ -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);
}

0 comments on commit b5ee992

Please sign in to comment.