Main.java Source code

Java tutorial

Introduction

Here is the source code for Main.java

Source

//package com.java2s;
import android.content.Context;

public class Main {
    public static long d(Context arg3, String arg4) {
        return arg3.getSharedPreferences("marsroot", 0).getLong(arg4, 0);
    }
}