Skip to content

Commit

Permalink
Apply some lint-suggestions
Browse files Browse the repository at this point in the history
Remove unused resources
  • Loading branch information
centic9 committed Dec 26, 2024
1 parent 67c8207 commit 020e2cc
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion poitest/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
android:label="@string/app_name" >
<activity
android:name=".MainActivity"
android:label="@string/app_name"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down
5 changes: 0 additions & 5 deletions poitest/src/main/res/values-v21/styles.xml

This file was deleted.

1 change: 0 additions & 1 deletion poitest/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<resources>
<string name="app_name">POI Android Test</string>
<string name="title_document_detail">Document Detail</string>
</resources>
8 changes: 0 additions & 8 deletions poitest/src/main/res/values/styles.xml

This file was deleted.

0 comments on commit 020e2cc

Please sign in to comment.