How to time-bomb an Android application?

前端 未结 2 1744
眼角桃花
眼角桃花 2021-02-03 11:16

Hello does anyone have a code example of how I can time bomb an Android application so It will not work after a given date?

I would like to release a \"beta\" applicatio

2条回答
  •  情深已故
    2021-02-03 11:56

    Also depending on your application, you may want to have the expiration call make a call to a webserver, that way if you wanted to extend or change the date, it would be dynamic and would not cause the applications to expire prematurely. Just my 2 cents.

提交回复
热议问题