Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.24 KB | None | 0 0
  1. if(modeprefdata==1)
  2.         {
  3.             txtmode.setText(R.string.Super_Power_Saving_Mode);
  4.         }
  5.         if(modeprefdata==2)
  6.         {
  7.             txtmode.setText(R.string.Sleep_Mode);
  8.         }
  9.         if(modeprefdata==3)
  10.         {
  11.             txtmode.setText(R.string.Advanced_Customized_Mode);
  12.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement