Add RequiresApi annotation for T+ method call.

StatsLog.write() methods are being annotated with @RequiresApi annotations as
appropriate. The usage here is already guarded but the guarding happens
upstream so NewApi lint still complains. Adding RequiresApi annotation
upstream close to where the sdk version check occurs fixes the
complaint.

Bug: 328120273
Test: m lint-check
Change-Id: I311dad060bd941b99b811895048462887ed9b926
1 file changed