这是我获得令牌的课程:->
<service
android:name=".service.MyFirebaseInstanceIDService"
android:exported="false">
<intent-filter>
<action android:name="com.google.firebase.INSTANCE_ID_EVENT" />
</intent-filter>
</service>
这是我的清单文件:->
{{1}}
我已经编写了此代码来获取设备令牌,但我没有在此类中回调,以便我可以获取设备令牌。您能告诉我我做错了什么吗?我已经授予了互联网许可,我也放了Google。 app文件夹中的json文件可以在这个问题上给我任何建议或帮助。