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

Commit 19bb26b3 authored by Kim Schulz's avatar Kim Schulz Committed by Android Git Automerger
Browse files

am e07ee532: SAP: turn debugging and test flags off

* commit 'e07ee532':
  SAP: turn debugging and test flags off
parents b3593632 e07ee532
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -45,9 +45,9 @@ public class SapService extends ProfileService {
    private static final String SDP_SAP_SERVICE_NAME = "SIM Access";
    private static final int SDP_SAP_VERSION = 0x0102;
    private static final String TAG = "SapService";
    public static final boolean DEBUG = true;
    public static final boolean VERBOSE = true;
    public static final boolean PTS_TEST = true;
    public static final boolean DEBUG = false;
    public static final boolean VERBOSE = false;
    public static final boolean PTS_TEST = false;

    /* Message ID's */
    private static final int START_LISTENER = 1;