Subversion Repositories SmartDukaan

Rev

Rev 19653 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 19653 Rev 21179
Line 13... Line 13...
13
 
13
 
14
public class PollingService extends IntentService {
14
public class PollingService extends IntentService {
15
    SharedPreferences apiData, userData;
15
    SharedPreferences apiData, userData;
16
    SharedPreferences.Editor apiEditor,userEditor;
16
    SharedPreferences.Editor apiEditor,userEditor;
17
    public PollingService() {
17
    public PollingService() {
-
 
18
 
18
        super("PollingService");
19
        super("PollingService");
19
    }
20
    }
20
 
21
 
21
    @Override
22
    @Override
22
    protected void onHandleIntent(Intent intent) {
23
    protected void onHandleIntent(Intent intent) {