Skip to content

Commit 624f967

Browse files
committed
add shared user id to manifest
1 parent f6194a0 commit 624f967

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
package="info.guardianproject.orfox">
3+
package="info.guardianproject.orfox"
4+
android:sharedUserId="info.guardianproject.orfox.sharedID"
5+
>
46

57
<application
68
android:allowBackup="true"
79
android:icon="@mipmap/ic_launcher"
810
android:label="@string/app_name"
911
android:roundIcon="@mipmap/ic_launcher_round"
1012
android:supportsRtl="true"
11-
android:theme="@style/AppTheme">
13+
android:theme="@style/AppTheme"
14+
>
1215
<activity android:name="info.guardianproject.orfoxmigrate.MainActivity">
1316
<intent-filter>
1417
<action android:name="android.intent.action.MAIN" />

0 commit comments

Comments
 (0)