Fixed problem with Android 8 permissions. Needed to implement a new unhandled Exception Handler because mine kept giving Permission Denied errors.

This commit is contained in:
Graham Jones
2019-01-26 23:53:27 +00:00
parent 76df111876
commit b217259ca5
13 changed files with 770 additions and 28 deletions

View File

@@ -44,6 +44,9 @@
<activity
android:name=".PrefActivity"
android:label="OpenSeizureDetector Preferences"></activity>
<activity
android:name="com.rohitss.uceh.UCEDefaultActivity"
android:process=":error_activity"></activity>
<service
android:name=".SdServer"