Skip to content

Commit

Permalink
Fixed bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
RainbowC0 committed Jun 30, 2024
1 parent 3ffbfea commit afcdc7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/main/java/cn/rbc/termuc/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ protected void onCreate(Bundle savedInstanceState) {
setContentView(R.layout.activity_main);
requestPermissions(new String[]{
Manifest.permission.READ_EXTERNAL_STORAGE,
Manifest.permission.WRITE_EXTERNAL_STORAGE,
Manifest.permission.MANAGE_EXTERNAL_STORAGE
Manifest.permission.WRITE_EXTERNAL_STORAGE
}, PackageManager.PERMISSION_GRANTED);
showlist = findViewById(R.id.show_list);
keys = findViewById(R.id.keys);
Expand Down

0 comments on commit afcdc7c

Please sign in to comment.