How android writes a signature and its Functions

Source: Internet
Author: User

What is a signature? And why signature?
Today, I am very careful to share with you.
What is a signature? After writing the application, You Need To package, sign, and publish it. All Android applications require developers to use a certificate for digital signature. The private key of the certificate is owned by developers.
Signature function: (1) identity authentication of the sender
(2) ensure the integrity of input information
(3) prevent the occurrence of credit in the transaction
Market Requirements for software: the same package name and different signatures cannot overwrite the installation, and the same package name and signature can overwrite the installation.
To write a signature, follow these steps:
1) Right-click Android Tools in an Eclipse Android project and select Export Signed Application Package
2) Select a project and click next
3) Select create, set the Save path and file name of the signature file, and enter the signature file Password.
4) Fill in relevant information
5) Select the path to save the signature apk.
6) directly finish, and then OK.

This article is from "android Diary"

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.