I'm trying to get a device ID with something like....
import android.provider.Settings.Secure; private String android_id = Secure.getString(getContext().getContentResolver(), Secure.ANDROID_ID);
Is there a way to do this using the juce jni stuff? It would be especially great if I didn't need to write any actual java
