I want to access EditText
value in service but I don't no exact way of doing that. I have done this code.
Context context = getApplicationContext;
Edittext et = (EditText)context.findViewById;
But it doesn't give me findViewById
method.
Can anyone give me some hint that how can I access EditText value in service.