简体   繁体   English

在安装过程中自定义Android应用

[英]Customise Android app during installation

Is it possible to customise an android application during installation dependant on a given code/parameter. 是否可以在安装期间根据给定的代码/参数来自定义android应用程序。 For example, I install an app and the code/parameter is blue, then the app installs creating a blue icon in the device and using the blue theme within the application. 例如,我安装了一个应用程序,并且代码/参数为蓝色,然后安装了该应用程序,在设备中创建了一个蓝色图标,并在应用程序中使用了蓝色主题。

something like: "play.google.com/store/apps/details?id=com.redblue.core&code=blue" 类似于:“ play.google.com/store/apps/details?id=com.redblue.core&code=blue”

If not is it possible to prompt the user during the installation for the code perhaps? 如果不是,是否可能在安装过​​程中提示用户输入代码?

Is it possible to customise an android application during installation dependant on a given code/parameter. 是否可以在安装期间根据给定的代码/参数来自定义android应用程序。

No. 没有。

If not is it possible to prompt the user during the installation for the code perhaps? 如果不是,是否可能在安装过​​程中提示用户输入代码?

No. You are welcome to ask the user for this code on the first run of your app. 否。欢迎您在应用的首次运行时向用户询问此代码。 Note, though, that some aspects of the app (eg, icon) are difficult to change. 但是请注意,应用程序的某些方面(例如图标)很难更改。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM