mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 10:28:28 +03:00
add icon to hockeyapp activity modification
This commit is contained in:
parent
7b61605834
commit
c205e0da1b
1 changed files with 1 additions and 1 deletions
|
@ -27,6 +27,6 @@
|
||||||
android:resource="@xml/filepaths" />
|
android:resource="@xml/filepaths" />
|
||||||
</provider>
|
</provider>
|
||||||
|
|
||||||
<activity android:name="net.hockeyapp.android.UpdateActivity" android:exported="false" />
|
<activity android:name="net.hockeyapp.android.UpdateActivity" android:exported="false" android:icon="@drawable/icon" />
|
||||||
</application>
|
</application>
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
Loading…
Reference in a new issue