- "Security & Privacy" -> "Allow Applications Downloaded From" - "Anywhere"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class MainActivity extends AndroidApplication { | |
MoPubView mAdView; | |
boolean adLoaded = false; | |
boolean adShown = false; | |
@Override | |
public void onCreate(Bundle savedInstanceState) { | |
super.onCreate(savedInstanceState); | |
RelativeLayout layout = new RelativeLayout(this); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package me.quaz3l.numberone; | |
import me.quaz3l.qQuests.qQuests; | |
import me.quaz3l.qQuests.API.QuestAPI; | |
import me.quaz3l.qQuests.API.PluginModels.qRequirement; | |
import org.bukkit.plugin.Plugin; | |
public class qQuestsHandler | |
{ |
I hereby claim:
- I am samschooler on github.
- I am samschooler (https://keybase.io/samschooler) on keybase.
- I have a public key ASDblJAuKszYTGzVokgeRPSbwotgCXSsrgUoX4PknSf-sAo
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hello |