Skip to content
Snippets Groups Projects

Resolve "Add a first hello world activity"

Merged Benoît Harrault requested to merge 1-add-a-first-hello-world-activity into master
18 files
+ 138
9
Compare changes
  • Side-by-side
  • Inline

Files

package com.example.myfirstapp;
package org.benoitharrault.random;
import android.content.Context;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.InstrumentationRegistry;
@@ -21,6 +21,6 @@ public class ExampleInstrumentedTest {
@@ -21,6 +21,6 @@ public class ExampleInstrumentedTest {
// Context of the app under test.
// Context of the app under test.
Context appContext = InstrumentationRegistry.getTargetContext();
Context appContext = InstrumentationRegistry.getTargetContext();
assertEquals("com.example.myfirstapp", appContext.getPackageName());
assertEquals("org.benoitharrault.random", appContext.getPackageName());
}
}
}
}
Loading