Skip to content

Commit

Permalink
Update project
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbel committed Jan 8, 2025
1 parent 2a370fc commit d7d149a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions core/ui/src/androidMain/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android">
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">

<uses-permission android:name="android.permission.DETECT_SCREEN_CAPTURE" />

Expand All @@ -11,7 +12,8 @@
android:icon="@drawable/ic_movie_filter_24"
android:label="@string/tile_title"
android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
android:exported="true">
android:exported="true"
tools:targetApi="24">

<intent-filter>
<action android:name="android.service.quicksettings.action.QS_TILE" />
Expand Down

0 comments on commit d7d149a

Please sign in to comment.