Skip to content

Instantly share code, notes, and snippets.

View w3amal's full-sized avatar
🎯
Focusing

w3amal w3amal

🎯
Focusing
View GitHub Profile
@Binary-Finery
Binary-Finery / LauncherActivity.java
Created August 7, 2017 13:16
using package manager to launch an installed app on button press
package spencerstudios.com.project1000_fx;
import android.content.ActivityNotFoundException;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.Button;