How to apply usersettings in Launcher app to all other apps

Hi,

I would like to know if there is anyway to apply usersettings saved in Launcher app to apply to all other included apps in that launcher?

Otherwise, users will have to save twice which will require 4 syncs:

  1. Open Launcher
  2. Save Launcher Usersetting
  3. Open one app
  4. Save one app user setting

to open an app.

I am trying to breakdown my very big app (23 tables with some tables having over 39K rows and 20 columns) into smaller apps. Currently, the sync time is the most challenging issue for me.

Solved Solved
0 1 108
1 ACCEPTED SOLUTION

UserSettings is an app+device specific combo

The data is literally stored inside the app file on the device

As such, you can't communicate that information from one app to another - or from one device to another, for that matter.

View solution in original post

1 REPLY 1

UserSettings is an app+device specific combo

The data is literally stored inside the app file on the device

As such, you can't communicate that information from one app to another - or from one device to another, for that matter.

Top Labels in this Space