Custom AppID ? | Community
Skip to main content
New Participant
October 7, 2020
Solved

Custom AppID ?

  • October 7, 2020
  • 2 replies
  • 1095 views

Hi,  it's possible to customize the AppID not using the application:androidLabel from manifest.xml?

 

Im using com.adobe.mobile:adobeMobileLibrary:4.13.7

 

best regards 

JEMontero

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by EmiliaDobrin

Hi @monteroje ,

 

One option would be to use Target to customize that string and update the title with the value fetched using the Mobile SDK. Check the Android documentation for how to set the title on a top-level Activity or ActionBar programmatically. 

 

Hope this helps,

Emilia Dobrin

 

2 replies

jantzen_b
Employee
October 28, 2020
Do any of the answers below answer your initial question? If so, can you select one of them as the correct answer? If none of the answers already provided answer your question, can you provide additional information to better help the community solve your question?
EmiliaDobrinAccepted solution
Employee
October 8, 2020

Hi @monteroje ,

 

One option would be to use Target to customize that string and update the title with the value fetched using the Mobile SDK. Check the Android documentation for how to set the title on a top-level Activity or ActionBar programmatically. 

 

Hope this helps,

Emilia Dobrin