Skip to content

Commit

Permalink
fix fileprovider
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemkinator committed Nov 29, 2024
1 parent 877fd1c commit b4a2ec4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@

<provider
android:name="androidx.core.content.FileProvider"
android:authorities="de.lemke.oneurl.fileprovider"
android:authorities="${applicationId}.fileprovider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
Expand Down
1 change: 0 additions & 1 deletion app/src/main/java/de/lemke/oneurl/ui/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import androidx.appcompat.app.AppCompatActivity
import androidx.appcompat.content.res.AppCompatResources
import androidx.appcompat.widget.SearchView
import androidx.core.splashscreen.SplashScreen.Companion.installSplashScreen
import androidx.lifecycle.Lifecycle
import androidx.lifecycle.flowWithLifecycle
import androidx.lifecycle.lifecycleScope
import androidx.recyclerview.widget.ItemTouchHelper.END
Expand Down

0 comments on commit b4a2ec4

Please sign in to comment.