Guest User

Untitled

a guest
Nov 22nd, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. public class MainActivity extends AppCompatActivity{
  2. public static int randomCode;
  3. }
  4.  
  5. public class MyService extends Service {
  6. ...
  7. int serviceRandomCode; // Variable de control aleatorio del servicio
  8. MainActivity.randomCode = serviceRandomCode;
  9. ...
  10. }
Add Comment
Please, Sign In to add comment