mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Disable file exposure detection to allow sharing from the local cache ¯\_(ツ)_/¯
This commit is contained in:
		| @@ -3,6 +3,7 @@ package eu.kanade.tachiyomi | ||||
| import android.app.Application | ||||
| import android.content.Context | ||||
| import android.content.res.Configuration | ||||
| import android.os.StrictMode | ||||
| import android.support.multidex.MultiDex | ||||
| import com.evernote.android.job.JobManager | ||||
| import eu.kanade.tachiyomi.data.backup.BackupCreatorJob | ||||
| @@ -32,6 +33,9 @@ open class App : Application() { | ||||
|  | ||||
|         if (BuildConfig.DEBUG) Timber.plant(Timber.DebugTree()) | ||||
|  | ||||
|         // Disable file uri exposure detection | ||||
|         StrictMode.setVmPolicy(StrictMode.VmPolicy.Builder().build()) | ||||
|  | ||||
|         setupAcra() | ||||
|         setupJobManager() | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user