blob: f0cd6db660e8e53a26126ef5df06ebf1d7805cdd [file] [log] [blame]
<#if includeCppSupport!false>
// Example of a call to a native method
TextView tv = (TextView) findViewById(R.id.sample_text);
tv.setText(stringFromJNI());
</#if>