[TIMOB-28479] Android: Update "ti.barcode" module for Android 12
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | Critical |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2021-09-01T21:45:10.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 10.1.0 |
| Components | Android |
| Labels | android, barcode, intent, intent-filter, module |
| Reporter | Joshua Quick |
| Assignee | Joshua Quick |
| Created | 2021-06-08T00:42:30.000+0000 |
| Updated | 2021-09-01T21:45:10.000+0000 |
Description
*Summary:*
We need to update this module which addresses Android 12's breaking-changes.
https://developer.android.com/about/versions/12/behavior-changes-12#exported
*Intent-Filter Changes:*
We need to add an
android:exported attribute to all <activity/> elements that have an <intent-filter/> or else a build failure will occur.
https://github.com/appcelerator-modules/ti.barcode/blob/master/android/timodule.xml
PR (master): https://github.com/appcelerator-modules/ti.barcode/pull/284