mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-06-05 22:09:15 +02:00
add filepicker and fileproperties licenses
This commit is contained in:
@ -12,6 +12,8 @@ class LicenseActivity : SimpleActivity() {
|
||||
super.onCreate(savedInstanceState)
|
||||
setContentView(R.layout.activity_license)
|
||||
license_butterknife_title.setOnClickListener { openUrl(R.string.butterknife_url) }
|
||||
license_filepicker_title.setOnClickListener { openUrl(R.string.filepicker_url) }
|
||||
license_fileproperties_title.setOnClickListener { openUrl(R.string.fileproperties_url) }
|
||||
}
|
||||
|
||||
private fun openUrl(id: Int) {
|
||||
|
Reference in New Issue
Block a user