Skip to content

Commit

Permalink
Merge pull request #1308 from minvws/4482-fix-prod-update
Browse files Browse the repository at this point in the history
use sharedUserId only on acc for screenshot testing
  • Loading branch information
BartNijland91 authored Jun 10, 2022
2 parents 20a01ee + c9fdf4a commit 0d50703
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions holder/src/acc/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
tools:node="merge"
android:sharedUserId="nl.rijksoverheid.ctr.holder.uid" />
3 changes: 1 addition & 2 deletions holder/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="nl.rijksoverheid.ctr.holder"
android:sharedUserId="nl.rijksoverheid.ctr.holder.uid">
package="nl.rijksoverheid.ctr.holder">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.CAMERA" />
Expand Down

0 comments on commit 0d50703

Please sign in to comment.