summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/strictmode/impl/SystemDialerStrictMode.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete version checks and compat utilities after min SDK was bumped ↵linyuh2018-03-261-1/+2
| | | | | | | | up to N. Test: Existing tests PiperOrigin-RevId: 190508397 Change-Id: Ia5f33e45af1d1cc666fec5f43efa564b2b68c193
* Rename the new bubble package name from "bubble" to "newbubble".Eric Erfanian2017-10-241-2/+2
| | | | | | | | It fixes AOSP for package name conflict. Test: manual PiperOrigin-RevId: 173298696 Change-Id: Id10ebe0bcf029e61f65cf6580c7198abd8395081
* Warmup shared prefs in googledialer when strict mode is enabled.zachh2017-10-031-36/+3
| | | | | | | | This avoid some spurious strict mode violations. Test: observed no strict mode notification launching google dialer PiperOrigin-RevId: 170505918 Change-Id: Ie48671dcd306ea18b041a0bd7989b419bab903f5
* Refactor DialerStrictMode into an interface.wangqi2017-09-281-0/+162
-bypassed violations are no longer logged in AospDialer The default implementation will use system strict mode and crash on bugfood build same as before. Bug: 66003745 Test: manual PiperOrigin-RevId: 170214128 Change-Id: Iab630f19499e90b15eb0b7f0707b4a70c7d81fbe