AndroidManifest.xml options
If you have an Android app (including Android Mobile Flutter app), then the following AndroidManifest.xml options are available.
APLLogging
To enable debug logging in the Appfigurate library early on, add the APLLogging
meta-data to the AndroidManifest.xml file. The APLLogging
key is optional.
AndroidManifest.xml example
The default value of APLLogging
is false. You should not need to enable this to true unless you are having trouble integrating the library. It is best practice not to ship an app with this key set to true.
You can also call Appfigurate.setLogging()
function to achieve the same result in code.
Last updated