Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jojo-1994 authored Apr 13, 2020
1 parent 1b6c403 commit 6a0076f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ implementation 'com.github.jjjSilence:PermissionUtils:1.0.0'

3.Demo:

public class MainActivity extends AppCompatActivity {
private static String[] NEEDED_PERMISSIONS = new String[]{
Manifest.permission.CAMERA
};

@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
Expand All @@ -38,4 +33,3 @@ public class MainActivity extends AppCompatActivity {
}
});
}
}

0 comments on commit 6a0076f

Please sign in to comment.