Skip to content

Commit

Permalink
rename package name to org.wordpress.android
Browse files Browse the repository at this point in the history
  • Loading branch information
maxme committed Feb 4, 2015
1 parent 4edc93f commit b61040c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.wordpress.editor;
package org.wordpress.android.editor;

import android.app.Application;
import android.test.ApplicationTestCase;
Expand Down
16 changes: 1 addition & 15 deletions editor/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.wordpress.editor" >

<application
android:allowBackup="true"
android:label="@string/app_name" >
<activity
android:name=".EditorActivity"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
package="org.wordpress.android.editor" >

</manifest>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.wordpress.editor;
package org.wordpress.android.editor;

import android.annotation.SuppressLint;
import android.content.res.AssetManager;
Expand All @@ -17,6 +17,7 @@
import java.io.InputStream;
import java.io.InputStreamReader;

// TODO: use AppLog instead of Log
public class EditorActivity extends ActionBarActivity {
WebView mWebView;

Expand Down

0 comments on commit b61040c

Please sign in to comment.