Loading AndroidManifest-common.xml +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ android:fullBackupContent="@xml/backupscheme" android:hardwareAccelerated="true" android:icon="@mipmap/ic_launcher_home" android:label="@string/app_name" android:label="@string/derived_app_name" android:largeHeap="@bool/config_largeHeap" android:restoreAnyVersion="true" android:supportsRtl="true" > Loading res/values/config.xml +4 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,10 @@ <bool name="is_large_tablet">false</bool> <bool name="allow_rotation">false</bool> <!-- A string pointer to the original app name string. This allows derived projects to easily override the app name without providing all translations --> <string name="derived_app_name" translatable="false">@string/app_name</string> <!-- DragController --> <item type="id" name="drag_event_parity" /> Loading src/com/android/launcher3/Launcher.java +1 −1 Original line number Diff line number Diff line Loading @@ -883,7 +883,7 @@ public class Launcher extends Activity } else { // TODO: Show a snack bar with link to settings Toast.makeText(this, getString(R.string.msg_no_phone_permission, getString(R.string.app_name)), Toast.LENGTH_SHORT).show(); getString(R.string.derived_app_name)), Toast.LENGTH_SHORT).show(); } } if (mLauncherCallbacks != null) { Loading Loading
AndroidManifest-common.xml +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ android:fullBackupContent="@xml/backupscheme" android:hardwareAccelerated="true" android:icon="@mipmap/ic_launcher_home" android:label="@string/app_name" android:label="@string/derived_app_name" android:largeHeap="@bool/config_largeHeap" android:restoreAnyVersion="true" android:supportsRtl="true" > Loading
res/values/config.xml +4 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,10 @@ <bool name="is_large_tablet">false</bool> <bool name="allow_rotation">false</bool> <!-- A string pointer to the original app name string. This allows derived projects to easily override the app name without providing all translations --> <string name="derived_app_name" translatable="false">@string/app_name</string> <!-- DragController --> <item type="id" name="drag_event_parity" /> Loading
src/com/android/launcher3/Launcher.java +1 −1 Original line number Diff line number Diff line Loading @@ -883,7 +883,7 @@ public class Launcher extends Activity } else { // TODO: Show a snack bar with link to settings Toast.makeText(this, getString(R.string.msg_no_phone_permission, getString(R.string.app_name)), Toast.LENGTH_SHORT).show(); getString(R.string.derived_app_name)), Toast.LENGTH_SHORT).show(); } } if (mLauncherCallbacks != null) { Loading