Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 568c3858 authored by Jay Shrauner's avatar Jay Shrauner Committed by Android Git Automerger
Browse files

am b6045cb8: Merge "Catch SecurityExceptions" into mnc-dev

* commit 'b6045cb8':
  Catch SecurityExceptions
parents 05d8830d b6045cb8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4157,6 +4157,8 @@ public class TelephonyManager {
            }
        } catch (RemoteException e) {
            Log.e(TAG, "Error calling ITelephony#canChangeDtmfToneLength", e);
        } catch (SecurityException e) {
            Log.w(TAG, "Permission error calling ITelephony#canChangeDtmfToneLength", e);
        }
        return false;
    }