Fix crash in Navigation component
Navigation component made use of java.nio.charset.StandardCharsets, which wasn't added to Android until API 19. This change passes "UTF-8" instead and lets the system handle the charset lookup. Change-Id: I646decde6be9b22780ddc6f067244a446fdcf5ad
Showing
Please register or sign in to comment