Android Context Check isFree(Context context)

Here you can find the source of isFree(Context context)

Description

is Free

Declaration

public static boolean isFree(Context context) 

Method Source Code

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

public class Main {
    public static boolean isFree(Context context) {
        return context.getApplicationContext().getPackageName()
                .equals("com.pedroedrasousa.wobblybubbleslite");
    }/*from w  ww.j a va 2  s.c o m*/
}

Related

  1. isConnected(Context context)
  2. isDebugCertificateCheck(final Context context)
  3. isDebuggable(final Context context, final boolean includeDefaultDebugCertificateCheck)
  4. isExisting(Context context, Uri uri, String selection, String[] args)
  5. isFileExist(Context ctx, String filename)
  6. isGPRSAvailable(Context context)
  7. isGoogleAccountPresent(Context ctx)
  8. isGpsEnabled(Context context)
  9. isHeadsetPluggedIn(Context context)