fix: Add build script and fix manifest
- Add build-apk.sh for easy compilation - Simplify AndroidManifest.xml - Fix themes.xml to use basic Android themes - Enable BuildConfig - Add okhttp-dnsoverhttps dependency
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
|
||||
<title>웹페이지를 표시할 수 없습니다.</title>
|
||||
<style type="text/css">
|
||||
body { margin-top: 0px; padding-top: 0px; }
|
||||
h2 { margin-top: 5px; padding-top: 0px; }
|
||||
</style>
|
||||
|
||||
<body>
|
||||
|
||||
<img src="file:///android_asset/webkit/android-weberror.png" align="top" />
|
||||
<h2>웹페이지를 표시할 수 없습니다.</h2>
|
||||
<p><a href="%s">%s</a>에 있는 웹페이지를 다음으로 로드할 수 없습니다.</p>
|
||||
<!-- The %e is replaced by a localized error string -->
|
||||
<p>%e</p>
|
||||
</body>
|
||||
</head>
|
||||
</html>
|
||||
@@ -0,0 +1,25 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
|
||||
<title>웹페이지를 표시할 수 없습니다.</title>
|
||||
<style type="text/css">
|
||||
body { margin-top: 0px; padding-top: 0px; }
|
||||
h2 { margin-top: 5px; padding-top: 0px; }
|
||||
</style>
|
||||
|
||||
<body>
|
||||
|
||||
<img src="file:///android_asset/webkit/android-weberror.png" align="top" />
|
||||
<h2>웹페이지를 표시할 수 없습니다.</h2>
|
||||
<p><a href="%s">%s</a>에 있는 웹페이지가 일시적으로 중단되었거나 새 웹 주소가 영구적으로 이동했을 수 있습니다.</p>
|
||||
|
||||
<p><b>다음은 몇 가지 제안사항입니다.</b></p>
|
||||
<ul>
|
||||
<li>휴대기기의 신호 및 데이터 접속 상태를 확인하세요.</li>
|
||||
<li>나중에 웹페이지를 다시 로드하세요.</li>
|
||||
<li>Google에서 웹페이지의 캐시된 사본을 확인하세요.</li>
|
||||
|
||||
</ul>
|
||||
</body>
|
||||
</head>
|
||||
</html>
|
||||
Reference in New Issue
Block a user