Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(584)

Unified Diff: webapk/shell_apk/AndroidManifest.xml

Issue 1945303005: Change webapk packages and directory structure (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webapk/libs/runtime_library_version.gni ('k') | webapk/shell_apk/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webapk/shell_apk/AndroidManifest.xml
diff --git a/web_apks/minting_example/AndroidManifest.xml b/webapk/shell_apk/AndroidManifest.xml
similarity index 94%
rename from web_apks/minting_example/AndroidManifest.xml
rename to webapk/shell_apk/AndroidManifest.xml
index af9aac57de5d5c87c4ce6877fe049f6abaa860ce..21b8b1d9c010338493c4c5279c1548cb87264374 100644
--- a/web_apks/minting_example/AndroidManifest.xml
+++ b/webapk/shell_apk/AndroidManifest.xml
@@ -17,11 +17,11 @@
<uses-permission-sdk-23 android:name="android.permission.RECORD_AUDIO"/>
<application
- android:name="org.chromium.minting.WebApkApplication"
+ android:name="org.chromium.webapk.shell_apk.WebApkApplication"
android:icon="@drawable/app_icon"
android:label="mintingapp"
android:allowBackup="false" >
- <activity android:name="org.chromium.minting.MainActivity"
+ <activity android:name="org.chromium.webapk.shell_apk.MainActivity"
android:theme="@android:style/Theme.Translucent.NoTitleBar">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@@ -39,7 +39,7 @@
<meta-data android:name="mac" android:value="{{ mac }}" />
<meta-data android:name="scope" android:value="{{ scope }}" />
<service
- android:name="org.chromium.minting.WebApkServiceFactory"
+ android:name="org.chromium.webapk.shell_apk.WebApkServiceFactory"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
« no previous file with comments | « webapk/libs/runtime_library_version.gni ('k') | webapk/shell_apk/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698