Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 40d28dd

Browse files
committedOct 20, 2021
feat(android): native-api-usage
1 parent 66f17b4 commit 40d28dd

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"uses": [
3+
"android.text.style:URLSpan*",
4+
"android.text.style:ClickableSpan*",
5+
"android.text:TextPaint*",
6+
"android.text.method:MovementMethod*",
7+
"android.text.TextUtils:TruncateAt*",
8+
"android.text:Layout*",
9+
"android.os:Build*",
10+
"android.util:TypedValue*",
11+
"android.graphics:Paint*",
12+
"android.text:Spanned*",
13+
"androidx.core.widget:TextViewCompat*"
14+
]
15+
}

0 commit comments

Comments
 (0)
Please sign in to comment.