You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iceraven-browser/app/src/main
Michael Comella f19c9920f9 For #13959: move resetAfter into StrictModeManager.
In a followup PR, we need to add state to strictModeManager (the
number of suppressions). This is much simpler to do when this is defined
as a class rather than an object. However, when this is defined as a
class, `resetAfter` needs access to the strictModeManager. Instead of
passing it in as an argument, it made sense to move this function onto
the strictModeManager instead.

Since folks are used to calling:
```
StrictMode.ThreadPolicy.allowThreadDiskReads().resetAfter
```

We're going to have to add a lint check to prevent them from doing that.
4 years ago
..
assets Update built-in extensions for new AC/GV API 4 years ago
java/org/mozilla For #13959: move resetAfter into StrictModeManager. 4 years ago
res For #14034: Add debug preference to override AMO collection in Nightly 4 years ago
AndroidManifest.xml For #11051 - added intent check for voice search 4 years ago
ic_launcher-web.png Optimize PNGs. 4 years ago
ic_launcher_private-web.png Optimize PNGs. 4 years ago