We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2dff55 commit d766ef8Copy full SHA for d766ef8
app/src/main/java/com/example/fileexplorer/MainActivity.java
@@ -12,6 +12,5 @@ public class MainActivity extends AppCompatActivity {
12
protected void onCreate(Bundle savedInstanceState) {
13
super.onCreate(savedInstanceState);
14
setContentView(R.layout.activity_main);
15
- startActivity(new Intent(this, SimpleFileExplorerActivity.class));
16
}
17
0 commit comments