Skip to content

Commit

Permalink
Use SuppressLint annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
yume-chan committed Apr 4, 2023
1 parent 92e7bcb commit e873a4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions server/lint-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
errorLine2=" ^">
<location
file="src/main/java/com/genymobile/scrcpy/wrappers/AudioRecordWrapper.java"
line="231"
line="228"
column="52"/>
</issue>

Expand All @@ -19,7 +19,7 @@
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/com/genymobile/scrcpy/wrappers/AudioRecordWrapper.java"
line="240"
line="237"
column="52"/>
</issue>

Expand All @@ -30,7 +30,7 @@
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/com/genymobile/scrcpy/wrappers/AudioRecordWrapper.java"
line="326"
line="327"
column="44"/>
</issue>

Expand All @@ -41,7 +41,7 @@
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/com/genymobile/scrcpy/wrappers/AudioRecordWrapper.java"
line="364"
line="365"
column="39"/>
</issue>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
import android.os.Looper;
import android.os.Parcel;

@SuppressLint("SoonBlockedPrivateApi")
public class AudioRecordWrapper {
public final static String SUBMIX_FIXED_VOLUME = "fixedVolume";

Expand Down

0 comments on commit e873a4d

Please sign in to comment.