mirror of
https://github.com/FossifyOrg/File-Manager.git
synced 2026-04-13 10:59:02 -04:00
add the sideloading check in ReadText activity too
This commit is contained in:
@@ -35,6 +35,10 @@ class ReadTextActivity : SimpleActivity() {
|
||||
super.onCreate(savedInstanceState)
|
||||
setContentView(R.layout.activity_read_text)
|
||||
|
||||
if (checkAppSideloading()) {
|
||||
return
|
||||
}
|
||||
|
||||
handlePermission(PERMISSION_WRITE_STORAGE) {
|
||||
if (it) {
|
||||
checkIntent()
|
||||
|
||||
Reference in New Issue
Block a user