Docs: Fixes NDK-related code sample for N Preview Behavior Changes.
Change-Id: I9640142e0185ef739629a5ea092dcdb9b1382ab3
This commit is contained in:
@@ -429,9 +429,10 @@ JavaVM::AttachCurrentThread from <jni.h>.
|
||||
</li>
|
||||
|
||||
<li>Use of {@code property_get} symbol from {@code libcutils.so} can be
|
||||
replaced with the public {@code alternative __system_property_get}:
|
||||
replaced with the public {@code alternative __system_property_get}.
|
||||
To do this, use {@code __system_property_get} with the following include:
|
||||
<pre>
|
||||
#include <sys/system_properties.h> and use __system_property_get
|
||||
#include <sys/system_properties.h>
|
||||
</pre>
|
||||
</li>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user