Skip to content

Commit

Permalink
Merge pull request #128 from airsdk/bug/anr-reference-android-applica…
Browse files Browse the repository at this point in the history
…tion-descriptor

fix(docs): correct typo in android application descriptor runtimeInBa…
  • Loading branch information
marchbold authored May 21, 2024
2 parents 219f8bb + ead18fc commit 4cd6b56
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,7 @@ The default value is `false`, and should be set to `true` if required by privacy

Available: 50.2.1.1

If `true`, this causes the AIR runtime to be launched in a separate, background thread rather than in the main Android UI thread. This should help prevent ANE issues,
but may require some updates in other Android Java code (i.e. from AIR Native Extensions that may need some of their code to run on the UI thread). Default is `false`.
If `true`, this causes the AIR runtime to be launched in a separate, background thread rather than in the main Android UI thread. This should help prevent ANR (Application Not Responding) issues, but may require some updates in other Android Java code (i.e. from AIR Native Extensions that may need some of their code to run on the UI thread). Default is `false`.


### `storageAccessFrameworkFromAPI`
Expand Down

0 comments on commit 4cd6b56

Please sign in to comment.