Skip to content

Commit

Permalink
change ui for fake activity
Browse files Browse the repository at this point in the history
  • Loading branch information
YouROK committed Sep 18, 2018
1 parent b573e76 commit c9bb93c
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,12 @@
<activity
android:name=".activitys.add.AddPermanent"
android:label="@string/add_play"
android:configChanges="mcc|mnc|locale|orientation|screenLayout|screenSize|layoutDirection|fontScale"
android:theme="@style/MyDialog"
android:excludeFromRecents="true"
android:noHistory="true"
android:launchMode="singleInstance">

<intent-filter>
<action android:name="android.intent.action.VIEW" />

Expand Down Expand Up @@ -207,10 +211,14 @@
</activity>
<activity
android:name=".activitys.add.AddTemporary"
android:excludeFromRecents="true"
android:launchMode="singleInstance"
android:label="@string/play"
android:icon="@drawable/ic_launcher_p">
android:icon="@drawable/ic_launcher_p"
android:configChanges="mcc|mnc|locale|orientation|screenLayout|screenSize|layoutDirection|fontScale"
android:theme="@style/MyDialog"
android:excludeFromRecents="true"
android:noHistory="true"
android:launchMode="singleInstance">

<intent-filter>
<action android:name="android.intent.action.VIEW" />

Expand Down

0 comments on commit c9bb93c

Please sign in to comment.