1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-10 01:08:23 +02:00

mark hockeyapp UpdateActivity as exported=false

This commit is contained in:
Kyle Spearrin 2017-09-04 23:34:30 -04:00
parent caeadbc41e
commit 8922459418

View File

@ -23,5 +23,7 @@
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/filepaths" />
</provider>
<activity android:name="net.hockeyapp.android.UpdateActivity" android:exported="false" />
</application>
</manifest>