Merge "Move Dev Tools icon to mipmap"
This commit is contained in:
@@ -44,12 +44,12 @@
|
||||
<uses-permission android:name="com.google.android.googleapps.permission.GOOGLE_AUTH.YouTubeUser" />
|
||||
|
||||
<application android:label="Dev Tools"
|
||||
android:icon="@drawable/ic_launcher_devtools">
|
||||
android:icon="@mipmap/ic_launcher_devtools">
|
||||
|
||||
<uses-library android:name="android.test.runner" />
|
||||
|
||||
<activity android:name="Development" android:label="Dev Tools"
|
||||
android:icon="@drawable/ic_launcher_devtools">
|
||||
android:icon="@mipmap/ic_launcher_devtools">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
|
||||
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Reference in New Issue
Block a user