-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix compatibility issue for android 16 device.Fixes #22294 #22295
Conversation
@stepanhruda please review. |
The |
I will run it again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hramos is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
@@ -7,6 +7,7 @@ | |||
|
|||
import java.io.BufferedReader; | |||
import java.io.InputStreamReader; | |||
import java.nio.charset.Charset; | |||
import java.nio.charset.StandardCharsets; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not deleting this line ( import java.nio.charset.StandardCharsets
)? it won't crash but still incorrect to import it, may be accidentaly used again in the future
@gengjiawen merged commit 5939d07 into |
…acebook#22295) Summary: Fix compatibility issue for android 16 device. Related issue facebook#22295. pass all current ci. none [GENERAL] [ANDROID] [Fixed] - Fix compatibility issue for android 16 device Pull Request resolved: facebook#22295 Differential Revision: D13084152 Pulled By: hramos fbshipit-source-id: 42459ddc6f84f870affdda5ba19bcd8bb27b56d7
Motivation
Fix compatibility issue for android 16 device. Related issue #22295.
Test Plan
pass all current ci.
Related PRs
none
Release Notes
[GENERAL] [ANDROID] [Fixed] - Fix compatibility issue for android 16 device