Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
Merge pull request #124 from jacky-young/demoexpress/removeSessionSto…
Browse files Browse the repository at this point in the history
…rage

[Demo-express] Remove usecase SessionStorage
  • Loading branch information
jennycao committed Jan 28, 2016
2 parents 632c9ac + 6e9bc0b commit a25ec36
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 96 deletions.
11 changes: 1 addition & 10 deletions samples-embedding/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
<action android:name="android.intent.action.MAIN" />
<category android:name="XWalkView.Basic" />
</intent-filter>
</activity>
</activity>
<activity
android:name=".misc.XWalkViewWithDownloadListenerActivity"
android:label="@string/title_activity_xwalk_view_with_download_listener"
Expand Down Expand Up @@ -522,14 +522,5 @@
<category android:name="XWalkView.UIClient.ResourceClient" />
</intent-filter>
</activity>
<activity
android:name=".misc.XWalkViewWithSessionStorage"
android:label="@string/title_activity_xwalk_view_with_session_storage"
android:parentActivityName=".XWalkEmbeddedAPISample" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="XWalkView.Misc" />
</intent-filter>
</activity>
</application>
</manifest>
10 changes: 0 additions & 10 deletions samples-embedding/assets/session_storage_test.html

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion samples-embedding/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ found in the LICENSE file.
<string name="title_activity_xwalk_view_with_multi_instance_overlay">Multi-Instance Overlay</string>
<string name="title_activity_xwalk_view_with_window_secure">Window Security</string>
<string name="title_activity_xwalk_view_with_on_js_modal_dialog">onJavascriptModalDialog()</string>
<string name="title_activity_xwalk_view_with_session_storage">Session Storage</string>
<string name="title_activity_xwalk_view_with_close_window">onJavascriptCloseWindow()</string>

</resources>

This file was deleted.

0 comments on commit a25ec36

Please sign in to comment.