Skip to content

Instantly share code, notes, and snippets.

@kiichi
Created August 7, 2019 03:01
Show Gist options
  • Save kiichi/c5c6714bf49f770420b3b9af0afae172 to your computer and use it in GitHub Desktop.
Save kiichi/c5c6714bf49f770420b3b9af0afae172 to your computer and use it in GitHub Desktop.
APK Download One Page with Instructions
<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