cancel
Showing results for 
Search instead for 
Did you mean: 

Agentry Branding SMPSDK15 using Android Studio

neha_mahanty
Active Participant
0 Kudos
220

Dear All,

I am working on Agentry branding using Android Studio.

I have imported the gradle file and based on that the project is imported in the editor.

D:\Neha\SDKSP15\SMPSDK15\ebf27578\SMP3SDK\modules\AgentryToolkit\AT\OpenUISDK\Android\SMPAge\SAP\Mobile\Platform\android\AgentryAndroidClientResources

(I have renamed some folders as it was not getting extracted properly)

Now I made some changes in Strings.xml (

D:\Neha\SDKSP15\SMPSDK15\ebf27578\SMP3SDK\modules\AgentryToolkit\AT\OpenUISDK\Android\SMPAge\SAP\Mobile\Platform\android\AgentryAndroidClientResources\res\values)

<stringname="welcome">Welcome to Agentry branding </string>

changed to

<stringname="welcome">Welcome to Work Manager </string>

after this I build the project , created the signed apk and generated the apk file.

When I tested in the device, the changes are not reflected.

If anyone has worked on android branding using Android Studio. Please share. It would be really great .

Kindly share !!

Thanks and Regards

Neha Mahanty

View Entire Topic
sayed_khan
Explorer
0 Kudos

This will be Updated once you have done the initial sync.

It will be updated from Agentry Project "Display Name".

neha_mahanty
Active Participant
0 Kudos

Hi Sayed,

Yeah you are right I can handle that in display name from Agentry Project .

But since I am trying to brand the installer itself , this is a requirement, that for Work Manager it should display "Welcome to Work Manager. its like installer specific to the application.

Also when I create the apk, it should be WorkManager.apk etc . which I am not able to achieve.

Any ideas on this ?

Thanks and Regards

Neha Mahanty

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

You can simply rename the resulting apk if you are not able to generate it directly to match your preference. The name of the .apk has no relationship to the underlying application.

--Bill