Skip to content

Commit

Permalink
feat: supports coexisting
Browse files Browse the repository at this point in the history
  • Loading branch information
iamr0s committed Aug 19, 2024
1 parent 06d40d7 commit e0f4318
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,15 @@
android:theme="@style/Theme.Dhizuku.Translucent">
<intent-filter>
<action android:name="${applicationId}.action.request.permission" />
<action android:name="${applicationId}.action.REQUEST_DHIZUKU_PERMISSION" />

<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>

<provider
android:name=".server.MyDhizukuProvider"
android:authorities="com.rosan.dhizuku.server.provider"
android:authorities="${applicationId}.dhizuku_server.provider;${applicationId}.server.provider"
android:directBootAware="true"
android:enabled="true"
android:exported="true"
Expand Down

0 comments on commit e0f4318

Please sign in to comment.