Skip to content

Commit

Permalink
Fixed certificate not activated issue due to no Internet permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuntaek Rim authored and EtienneDauphin committed Jul 24, 2023
1 parent 95c95d8 commit e5e91d8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions java/samples/batch-mode-kt/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

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

<application
android:allowBackup="true"
android:name="com.myscript.iink.samples.batchmode.IInkApplication"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android">

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

<application
android:allowBackup="true"
android:name="com.myscript.iink.samples.assessment.MyIInkApplication"
Expand Down
2 changes: 2 additions & 0 deletions java/samples/search-kt/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android">

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

<application
android:allowBackup="true"
android:name="com.myscript.iink.samples.search.MyIInkApplication"
Expand Down
1 change: 1 addition & 0 deletions java/samples/write-to-type/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.VIBRATE" />

<application
Expand Down

0 comments on commit e5e91d8

Please sign in to comment.