1<?xml version="1.0" encoding="utf-8"?> 2<manifest xmlns:android="http://schemas.android.com/apk/res/android" 3 xmlns:tools="http://schemas.android.com/tools"> 4 5 <!-- 6 Important: disable debugging for accurate performance results 7 8 In a com.android.library project, this flag must be disabled from this 9 manifest, as it is not possible to override this flag from Gradle. 10 --> 11 <application 12 android:debuggable="false" 13 tools:ignore="HardcodedDebugMode" 14 tools:replace="android:debuggable" /> 15</manifest>