Skip to content

Commit

Permalink
解决一些应用程序在结束预览后闪退
Browse files Browse the repository at this point in the history
在结束预览后自动关闭声音

fix some apps get crash when stop preview
automatically stop sounds playing when stop preview
  • Loading branch information
w2016561536 committed Sep 17, 2021
1 parent 633255b commit 2f4545d
Show file tree
Hide file tree
Showing 5 changed files with 114 additions and 138 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ Create `no-silent.jpg` under `/sdcard/DCIM/Camera1/`, and it will play sounds.
GitHub: https://github.com/w2016561536/android_virtual_cam/blob/master/app/release/app-release.apk
gitee(中国大陆建议此点): https://gitee.com/w2016561536/android_virtual_cam/blob/master/app/release/app-release.apk

# 请勿用于非法用途,任何法律问题与作者无关
# 请勿用于非法用途,所有后果自负
# DO NOT USE FOR ANY ILLEAGLE INTENTION!!YOU NEED TO TAKE ALL RESPONSIBILITY AND CONSEQUENCE!!"
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.example.vcam"
minSdk 21
targetSdk 28
versionCode 11
versionName "2.8"
versionCode 12
versionName "2.9"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
Binary file modified app/release/app-release.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 11,
"versionName": "2.8",
"versionCode": 12,
"versionName": "2.9",
"outputFile": "app-release.apk"
}
],
Expand Down
Loading

0 comments on commit 2f4545d

Please sign in to comment.