美文网首页
怎么在AndroidManifest的Application中使

怎么在AndroidManifest的Application中使

作者: toExploreFuture | 来源:发表于2021-10-19 08:32 被阅读0次
    <application
            android:name=".App"
            android:allowBackup="true"
            android:icon="${appicon}"
            android:label="${applabel}"
            android:roundIcon="${appicon}"
            android:supportsRtl="true"
            android:theme="@style/MainAppTheme"
            android:networkSecurityConfig="@xml/network_security_config"
            tools:replace="android:label,android:allowBackup">
    
    

    相关文章

      网友评论

          本文标题:怎么在AndroidManifest的Application中使

          本文链接:https://www.haomeiwen.com/subject/zjnooltx.html