Skip to content

Commit

Permalink
Remove unused INTERNET permission & change style for the New note act…
Browse files Browse the repository at this point in the history
…ivity

Signed-off-by: Francisco Franco <franciscofranco.1990@gmail.com>
  • Loading branch information
franciscofranco committed Jun 27, 2016
1 parent 2c29a43 commit 4f364a5
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions Selene/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,24 @@
android:supportsRtl="true"
android:theme="@style/AppTheme"
android:vmSafeMode="true">

<activity android:name=".activities.MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>

<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>

<activity
android:name=".activities.NewNoteActivity"
android:theme="@style/AppTheme.NewNote"/>
android:theme="@style/AppTheme.Note"/>

<activity
android:name=".activities.EditNoteActivity"
android:theme="@style/AppTheme.NewNote"/>
<activity android:name=".activities.AboutActivity"/>
</application>
android:theme="@style/AppTheme.Note"/>

<uses-permission android:name="android.permission.INTERNET" />
<activity
android:name=".activities.AboutActivity"
android:theme="@style/AppTheme.About"/>
</application>
</manifest>

0 comments on commit 4f364a5

Please sign in to comment.