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
1 changed files with 2 additions and 0 deletions

View File

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