Ensure the Clock interface is used.

This commit is contained in:
Benoit Marty 2022-05-03 12:02:30 +02:00 committed by Benoit Marty
parent 40d3203297
commit 32bc93c87d

View File

@ -174,3 +174,6 @@ PreferenceManager\.getDefaultSharedPreferences==2
### Do not use `template_` string. Please remove the prefix `template_` to use the generated resource instead.
R\.string\.template_
### Use the Clock interface, or use `measureTimeMillis`
System\.currentTimeMillis\(\)===2