Modify incognito notification related test to run from Android M.
Incognito notification tests were using @TargetApi annotation to ensure not running the tests in older android versions but the @TargetApi annotation has no effect in runtime and only has Class level retention which is useful for lint checks only. This CL uses @MinAndroidSdkLevel annotation instead. Bug: 1134241 Change-Id: I25788cb1492d1d719a667b0da1683e52a5caf1ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2448371Reviewed-by:Peter Conn <peconn@chromium.org> Commit-Queue: Rohit Agarwal <roagarwal@chromium.org> Cr-Commit-Position: refs/heads/master@{#813768}
Showing
Please register or sign in to comment