Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在构建一个 android 应用程序,当应用程序首次安装和运行时,我只想在其中运行一行代码。之后我想终止该代码,直到我重新安装我的应用程序。有没有办法做到这一点?如果是这样,请帮助我。提前致谢。
hasMethodRun首次运行该方法时,在共享首选项中保存一个布尔值。然后,您可以在每次运行该方法时检查此布尔值。并且当您卸载与应用程序关联的首选项文件时,也会被删除。因此,在卸载应用程序时无需继续点击。
hasMethodRun