Skip to content

Commit

Permalink
Adapter to send emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
xbdcc committed Feb 3, 2024
1 parent 5fa5770 commit 564b074
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
<service
android:name=".services.EmojiService"
android:label="@string/auto_send_emoji"
android:icon="@mipmap/ic_launcher"
android:permission="android.permission.BIND_ACCESSIBILITY_SERVICE"
android:exported="true">
<intent-filter>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ object WechatConstants {
/* 红包详情页控件 */
RED_ENVELOPE_COUNT_ID = "com.tencent.mm:id/iyw" //红包金额id

CHAT_EDITTEXT_ID = "com.tencent.mm:id/b4a" //聊天文本输入框id
SEND_TEXT_ID = "com.tencent.mm:id/b8k" //发送按钮id
CHAT_EDITTEXT_ID = "com.tencent.mm:id/bkk" //聊天文本输入框id
SEND_TEXT_ID = "com.tencent.mm:id/bql" //发送按钮id
}
}
}
Expand Down

0 comments on commit 564b074

Please sign in to comment.