HansKrywaa commented on pull request #1052: URL: https://github.com/apache/cordova-android/pull/1052#issuecomment-675880176
@dpogue - Yeah i know, what i mean was, that it (probably in the prepare script) can replace the Usages of `android.app.Activity` to `androidx.appcompat.app.AppCompatActivity` and adjust the `AndroidManifest.xml` if `androidXEnabled` is set. With a logic like this (or another with the same result) we can use androidx Library and AppCompatActivity only when `androidXEnabled` is **true** , so this should break anything? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
