Example usage for android.app Application getApplicationContext

List of usage examples for android.app Application getApplicationContext

Introduction

In this page you can find the example usage for android.app Application getApplicationContext.

Prototype

@Override
    public Context getApplicationContext() 

Source Link

Usage

From source file:com.piggate.sdk.Piggate.java

public Piggate(Application app, BaseBridge bridge) {
    _app = app;
    internal_constructor(_context = app.getApplicationContext(), bridge);
}