launcher: Explicitly add clients for official apps
Explicitly specify the apps for official FreedomBox apps. This avoids having to use the permission QUERY_ALL_PACKAGES which is deemed to be a privacy violation by Android.
The consequence of this is that the app will fail to launch any clients specified via customization options in the server. The app store page will be opened, where the user can click open.
It should be possible to ask the permission QUERY_ALL_PACKAGES at runtime, thus making it an optional permission.
Signed-off-by: Joseph Nuthalapati njoseph@riseup.net