|
@@ -129,11 +129,11 @@ public class MainApp extends MultiDexApplication {
|
|
|
Log_OC.d("Debug", "start logging");
|
|
|
}
|
|
|
|
|
|
- if (Build.VERSION.SDK_INT >= 24){
|
|
|
+ if (Build.VERSION.SDK_INT >= 24) {
|
|
|
try {
|
|
|
Method m = StrictMode.class.getMethod("disableDeathOnFileUriExposure");
|
|
|
m.invoke(null);
|
|
|
- } catch(Exception e){
|
|
|
+ } catch (Exception e) {
|
|
|
Log_OC.d("Debug", "Failed to disable uri exposure");
|
|
|
}
|
|
|
}
|