new release

This commit is contained in:
Page Asgardius 2022-10-11 04:39:38 -07:00
parent 8cc637de70
commit 67568bea0a
3 changed files with 4 additions and 4 deletions

View file

@ -9,7 +9,7 @@ android {
applicationId "asgardius.page.s3manager"
minSdk 23
targetSdk 33
versionCode 34
versionCode 35
versionName "0.2.0"
setProperty("archivesBaseName", "s3-manager-$versionName")

View file

@ -91,7 +91,7 @@
android:supportsPictureInPicture="true"
android:configChanges="orientation|keyboardHidden|screenSize|smallestScreenSize|screenLayout|uiMode|keyboardHidden"
android:exported="false"
android:launchMode="singleTask"
android:launchMode="singleInstance"
android:theme="@style/Theme.AsgardiusS3Manager.NoActionBar" />
<activity
android:name=".MainActivity"

View file

@ -284,7 +284,7 @@ public class VideoPlayer extends AppCompatActivity {
enterPIPMode();
}
/*public void onBackPressed() {
public void onBackPressed() {
try {
if(Build.VERSION.SDK_INT >= Build.VERSION_CODES.N
&& this.getPackageManager()
@ -302,7 +302,7 @@ public class VideoPlayer extends AppCompatActivity {
e.printStackTrace();
super.onBackPressed();
}
}*/
}
private class DescriptionAdapter implements
PlayerNotificationManager.MediaDescriptionAdapter {