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
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
..
sampledata For #7092: Add initial Migration UI 4 years ago
src For #13959: move resetAfter into StrictModeManager. 4 years ago
.gitignore Initializes Android project 6 years ago
build.gradle Configure M5 AMO collection for Nightly/Debug 4 years ago
lint.xml For #13507 - Adds tests for ReviewPromptController 4 years ago
metrics.yaml For #14565: Add telemetry for top sites 4 years ago
pings.yaml For #11392: Rename Installation ping to FirstSession (#11869) 4 years ago
proguard-android-optimize-3.5.0-modified.txt Proguard/r8: Do not allow access modification. 4 years ago
proguard-rules.pro For #8949 - Removes old motionlayout code, fixes how shadow is drawn 4 years ago