• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

imei

  1. J

    Android can not read device_id (TelephonyManager)

    For some reason my java code can't be compiled. I wanted to detect my device id inside my extension: public String imei() { //Get the instance of TelephonyManager TelephonyManager tm=(TelephonyManager)getSystemService(Context.TELEPHONY_SERVICE); //Calling the...
Top