HTextView icon indicating copy to clipboard operation
HTextView copied to clipboard

There are some unnecessary property defined in AndroidManifest.xml

Open tcw165 opened this issue 6 years ago • 0 comments

@hanks-zyh : Great library, really appreciate the hard work.

As the following snapshot from the current AndroidManifest.xml, could you just leave <application> tag empty or remove it, otherwise the project depending on your library need to add some override setting.

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
          package="com.hanks.htextview.typer">

    <application
        android:allowBackup="true"
        android:supportsRtl="true">

    </application>

</manifest>

tcw165 avatar Mar 25 '18 11:03 tcw165