Created
August 7, 2019 03:01
-
-
Save kiichi/c5c6714bf49f770420b3b9af0afae172 to your computer and use it in GitHub Desktop.
APK Download One Page with Instructions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<head> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/mini.css/3.0.1/mini-default.min.css"> | |
</head> | |
<body style="padding:5px;"> | |
<div style="text-align:center"> | |
<br/> | |
<h1><a href="app-release-signed.apk" style="text-decoration: underline;">Download My App </a></h1> | |
<sub>Beta 0.0.10 beta</sub> | |
<br/> | |
</div> | |
<p> | |
Please give permision and allow installation of this app. Also, before starting, make sure you enabled installing "Unknown Apps". You can put this setting back after testing. | |
</p> | |
<ol> | |
<li>Go into Settings</li> | |
<li>Tap Security / Lock Screen and Security / Apps and Notifications. This could be different depend on your Android OS.</li> | |
<li>Scroll down to the Device Administration section, and enable Unknown Sources.</li> | |
</ol> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment