mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-06-05 22:09:15 +02:00
updating commons, gradle, kotlin
This commit is contained in:
@@ -4,8 +4,6 @@ import android.content.Intent
|
||||
import com.simplemobiletools.commons.activities.BaseSplashActivity
|
||||
|
||||
class SplashActivity : BaseSplashActivity() {
|
||||
override fun getAppPackageName() = packageName
|
||||
|
||||
override fun initActivity() {
|
||||
if (intent.action == Intent.ACTION_VIEW && intent.data != null) {
|
||||
Intent(this, MainActivity::class.java).apply {
|
||||
|
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="package_name">com.simplemobiletools.filemanager.pro</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_71">Made Search recursive, searching in subfolders too</string>
|
||||
|
Reference in New Issue
Block a user