Skip to content

Commit

Permalink
Minimize application further
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Dec 26, 2023
1 parent 26425b9 commit e781791
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@
import android.app.Activity;
import android.os.Bundle;

import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;

public class MainActivity extends Activity {
private static final Logger LOG = LogManager.getLogger(MainActivity.class);

@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);

LOG.info("Testing...");
}
}
Binary file removed poitest/src/main/res/raw/logo.jpg
Binary file not shown.
Binary file removed poitest/src/main/res/raw/logo_bmp.bmp
Binary file not shown.
Binary file removed poitest/src/main/res/raw/logo_png.png
Binary file not shown.
Binary file removed poitest/src/main/res/raw/lorem_ipsum.docx
Binary file not shown.
Binary file removed poitest/src/main/res/raw/sample.pptx
Binary file not shown.
Binary file removed poitest/src/main/res/raw/sample2.ppt
Binary file not shown.
Binary file removed poitest/src/main/res/raw/simple.doc
Binary file not shown.

0 comments on commit e781791

Please sign in to comment.