java - application should not be shared to other users -


i want make sure once application installed on android device, after retrieving apk device , installing on other devices (by sharing pre installed apk) should not work. thought of using imei, not predefined in application (because may give application several users). i want application usage restricted selective users only. offline application, can't expect check through network.

in short words, out of luck here offline app.


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -