Answer the question
In order to leave comments, you need to log in
How to transfer an intent to a 1C mobile client?
Good day! I am interested in the question regarding the development of a service for Android.
For a mobile application, at one time I used the code to transfer intent to 1C:
inal String ActionName = "com.google.android.c2dm.intent.RECEIVE";
Intent intent1 = new Intent(ActionName);
intent1.addCategory("com.e1c.mobile");
intent1.putExtra("text", "1";);
intent1.putExtra("title", "1C";);
intent1.putExtra("data", barcode);
context.sendBroadcast(intent1);
Answer the question
In order to leave comments, you need to log in
android:name="com.google.android.c2dm.intent.RECEIVE"
refers to Google Cloud Messaging .
This api DEPRECATED 4/10/2018
Since you used an undocumented feature of the application, it remains
only to re-select the method of communication while studying the application, or it is better to contact the developer for advice.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question