aboutsummaryrefslogtreecommitdiff
path: root/en/devices/tech/config/carrier.html
diff options
context:
space:
mode:
Diffstat (limited to 'en/devices/tech/config/carrier.html')
-rw-r--r--en/devices/tech/config/carrier.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/en/devices/tech/config/carrier.html b/en/devices/tech/config/carrier.html
index 11a1fd58..81a1ecee 100644
--- a/en/devices/tech/config/carrier.html
+++ b/en/devices/tech/config/carrier.html
@@ -178,7 +178,7 @@ user adds extra services to their account)
<p>An example is below:</p>
-<pre>
+<pre class="prettyprint">
public class SampleCarrierConfigService extends CarrierService {
private static final String TAG = "SampleCarrierConfigService";
@@ -210,7 +210,7 @@ href="https://developer.android.com/reference/android/service/carrier/CarrierSer
<p>An example is below:</p>
-<pre>
+<pre class="prettyprint">
&lt;service android:name=".SampleCarrierConfigService"
android:label="&#64;string/service_name"
android:permission="android.permission.BIND_CARRIER_SERVICES"&gt;