mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-20 22:59:54 +01:00
Catch SecurityException.
This isn't currently thrown, but future versions of Android might throw it.
This commit is contained in:
@@ -98,6 +98,8 @@ public class AndroidUtils {
|
|||||||
return null;
|
return null;
|
||||||
} catch (InvocationTargetException e) {
|
} catch (InvocationTargetException e) {
|
||||||
return null;
|
return null;
|
||||||
|
} catch (SecurityException e) {
|
||||||
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user