Skip to content

Commit

Permalink
Add separate manifest for merging in release build variant
Browse files Browse the repository at this point in the history
This declares the added permission downstream needed to fetch for
additional global security state extensions.
  • Loading branch information
quh4gko8 committed Oct 1, 2024
1 parent 6e39a7d commit 1de6000
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/src/release/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">

<uses-permission android:name="android.permission.READ_ADDITIONAL_SECURITY_STATE"
android:minSdkVersion="34"
tools:node="merge"/>

</manifest>

0 comments on commit 1de6000

Please sign in to comment.