File tree Expand file tree Collapse file tree 3 files changed +4
-17
lines changed
androidTest/java/org/wordpress/editor
java/org/wordpress/editor Expand file tree Collapse file tree 3 files changed +4
-17
lines changed Original file line number Diff line number Diff line change 1- package org .wordpress .editor ;
1+ package org .wordpress .android . editor ;
22
33import android .app .Application ;
44import android .test .ApplicationTestCase ;
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3- package =" org.wordpress.editor" >
4-
5- <application
6- android : allowBackup =" true"
7- android : label =" @string/app_name" >
8- <activity
9- android : name =" .EditorActivity"
10- android : label =" @string/app_name" >
11- <intent-filter >
12- <action android : name =" android.intent.action.MAIN" />
13-
14- <category android : name =" android.intent.category.LAUNCHER" />
15- </intent-filter >
16- </activity >
17- </application >
3+ package =" org.wordpress.android.editor" >
184
195</manifest >
Original file line number Diff line number Diff line change 1- package org .wordpress .editor ;
1+ package org .wordpress .android . editor ;
22
33import android .annotation .SuppressLint ;
44import android .content .res .AssetManager ;
1717import java .io .InputStream ;
1818import java .io .InputStreamReader ;
1919
20+ // TODO: use AppLog instead of Log
2021public class EditorActivity extends ActionBarActivity {
2122 WebView mWebView ;
2223
You can’t perform that action at this time.
0 commit comments