android - What is going on with java.nio.charset.Charsets? -
so, far can tell, class doesn't exist in standard java library , addition in dalvik. correct?
my reason thinking android class "ndefrecord" contains reference , uses there no way of importing standard java project (that can find).
is there way import class android project?
where can find it's up-to-date content, used android project?
java.nio.charset.charsets
, different charset
, unique dalvik. if @ comment header in source file see:
@hide internal use
this means not part of public api, , should not used applications. if decide use anyway, need access through reflection.
Comments
Post a Comment