【问题标题】:I want to use Service for Phone number我想为电话号码使用服务
【发布时间】:2021-07-27 13:23:04
【问题描述】:

See the view here 我只想这样做,例如当有人单击数字格式时,我的应用程序也应该在 OPEN WITH 列表中可见...

【问题讨论】:

    标签: android android-intent android-intentservice


    【解决方案1】:

    android:autoLink="phone" 添加到TextView。

    例如:

    <TextView
        android:id="@+id/tvMsg"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_centerHorizontal="true"
        android:autoLink="phone"
        android:textColorLink="@color/purple_500"/>
    

    如需了解更多信息,请查看以下问题:Question1Question2

    【讨论】:

      猜你喜欢
      • 2023-01-11
      • 2021-08-05
      • 2021-07-15
      • 1970-01-01
      • 1970-01-01
      • 2015-01-19
      • 2021-08-01
      • 2016-06-30
      • 2021-04-12
      相关资源
      最近更新 更多