We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6194a0 commit 624f967Copy full SHA for 624f967
app/src/main/AndroidManifest.xml
@@ -1,14 +1,17 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
- package="info.guardianproject.orfox">
+ package="info.guardianproject.orfox"
4
+ android:sharedUserId="info.guardianproject.orfox.sharedID"
5
+ >
6
7
<application
8
android:allowBackup="true"
9
android:icon="@mipmap/ic_launcher"
10
android:label="@string/app_name"
11
android:roundIcon="@mipmap/ic_launcher_round"
12
android:supportsRtl="true"
- android:theme="@style/AppTheme">
13
+ android:theme="@style/AppTheme"
14
15
<activity android:name="info.guardianproject.orfoxmigrate.MainActivity">
16
<intent-filter>
17
<action android:name="android.intent.action.MAIN" />
0 commit comments