Why does Android allow an APK with an expired certificate to be installed? -


i made apk signed certificate has validity of 1 day. aim give trial app people, preventing them copying application after expiration date. if copy application before expiration date okay. thought android os block application expired certificate being installed on phone. however, find can install application on phone 2 days after expiration of certificate signed. jarsigner confirms certificate has expired. why android allow application installed expired certificate?

i understand allowed installed developer via adb or thirty-party . sure if upload market you'll find difficulties. imho, logical because when install applications out of market assuming many risks couldn't solve right-signed application.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -