Skip to content

Commit

Permalink
chore: explicitly restrict the app to be installed internally (#2768)
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamadJaara authored Mar 6, 2024
1 parent 0bf115b commit 3db6178
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 @@ -19,7 +19,9 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.wire.android"
android:sharedUserId="${sharedUserId}">
android:sharedUserId="${sharedUserId}"
android:installLocation="internalOnly"
>

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

0 comments on commit 3db6178

Please sign in to comment.