Loading AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ stateAlwaysHidden is set to suppress keyboard show up on dialpad screen. --> <activity android:name=".DialtactsActivity" android:label="@string/launcherDialer" android:label="@string/launcherActivityLabel" android:theme="@style/DialtactsActivityTheme" android:launchMode="singleTask" android:clearTaskOnLaunch="true" Loading res/values/strings.xml +5 −3 Original line number Diff line number Diff line Loading @@ -17,12 +17,14 @@ <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- Directory partition name --> <!-- Application name used in Settings/Apps. Default label for activities that don't specify a label. --> <string name="applicationLabel">Dialer</string> <!-- Title for the activity that dials the phone. This is the name used in the Launcher icon. --> <string name="launcherDialer">Phone</string> <string name="launcherActivityLabel">Phone</string> <!-- The description text for the dialer tab. Loading Loading
AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ stateAlwaysHidden is set to suppress keyboard show up on dialpad screen. --> <activity android:name=".DialtactsActivity" android:label="@string/launcherDialer" android:label="@string/launcherActivityLabel" android:theme="@style/DialtactsActivityTheme" android:launchMode="singleTask" android:clearTaskOnLaunch="true" Loading
res/values/strings.xml +5 −3 Original line number Diff line number Diff line Loading @@ -17,12 +17,14 @@ <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- Directory partition name --> <!-- Application name used in Settings/Apps. Default label for activities that don't specify a label. --> <string name="applicationLabel">Dialer</string> <!-- Title for the activity that dials the phone. This is the name used in the Launcher icon. --> <string name="launcherDialer">Phone</string> <string name="launcherActivityLabel">Phone</string> <!-- The description text for the dialer tab. Loading