Skip to content

Commit 018f929

Browse files
committed
[demo-express] Update the cions and app name
1 parent 2d9e92e commit 018f929

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

demo-ex-em.png

-8.25 KB
Loading

demo-ex.png

-7.47 KB
Loading

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"xwalk_version": "0.3",
3-
"name": "DemoEx",
3+
"name": "Web API Demo",
44
"xwalk_description": "DemoExpress",
55
"xwalk_permissions": [
66
"Contacts",

samples-embedding/AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
android:name="org.xwalk.core.XWalkApplication"
3232
android:icon="@drawable/icon"
3333
android:hardwareAccelerated="true"
34-
android:label="DemoEx-Em">
34+
android:label="Embedding API Demo">
3535
<activity
3636
android:name="org.xwalk.core.demoexpress.XWalkEmbeddedAPISample"
37-
android:label="DemoEx-Em">
37+
android:label="Embedding API Demo">
3838
<intent-filter>
3939
<action android:name="android.intent.action.MAIN" />
4040

tests.android.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<test_definition>
3-
<suite name="DemoExpress">
3+
<suite name="Web API Demo">
44
<set name="Runtime &amp;amp; Packaging" background="brand-primary" icon="glyphicon-asterisk">
55
<testcase component="sample" execution_type="manual" id="AppURI" purpose="App URI">
66
</testcase>

0 commit comments

Comments
 (0)