Flesh out some starter classes that form some core parts.
This commit is contained in:
@@ -6,9 +6,10 @@
|
||||
android:allowBackup="true"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:name=".MagnatuneCompainionApplication"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/AppTheme" >
|
||||
<activity android:name=".BrowseActivity" >
|
||||
<activity android:name=".BrowseActivity" android:label="Magnatune Companion" >
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user