Skip to content

Commit

Permalink
Minor clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
Wohlstand committed Feb 21, 2019
1 parent d35cf11 commit b34f7b7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
import java.util.List;
import java.util.Locale;

public class Player extends AppCompatActivity {
//private int MY_PERMISSIONS_REQUEST_READ_EXTERNAL_STORAGE = 1;
final String LOG_TAG = "PlayerService";
public class Player extends AppCompatActivity
{
final String LOG_TAG = "ADLMIDI";

public static final int READ_PERMISSION_FOR_BANK = 1;
public static final int READ_PERMISSION_FOR_MUSIC = 2;
Expand Down

0 comments on commit b34f7b7

Please sign in to comment.