Fix problems from merge

This commit is contained in:
Donovan Preston
2019-03-12 16:46:54 -04:00
parent 6e1f65f09e
commit 282bd4cd5e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="org.mozilla.sendandroid">
package="org.mozilla.firefoxsend">
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />

View File

@@ -4,7 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity"
tools:context="org.mozilla.firefoxsend.MainActivity"
android:id="@+id/root">
<mozilla.components.concept.engine.EngineView
android:id="@+id/engineView"