Everyone is talking about this code:
import android.provider.Settings.Secure;
private String android_id = Secure.getString(getContext().getContentResolver(), Secure.ANDROID_ID);
When I write this, there will be error like:
"The method getContext() is undefined for the type Bridge"
How can I fix that?