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

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

am 93d1cc74: am 568c3858: am b6045cb8: Merge "Catch SecurityExceptions" into mnc-dev

* commit '93d1cc74':
  Catch SecurityExceptions
parents 161e1681 93d1cc74
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;
    }