<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.arm.devlib.netstats" android:versionCode="1" android:versionName="1.0"> <application android:label="@string/app_name" android:icon="@drawable/ic_launcher"> <service android:name="com.arm.devlib.netstats.TrafficMetricsService" android:exported="true" android:enabled="true"> <intent-filter> <action android:name="com.arm.devlib.netstats.TrafficMetricsService" /> </intent-filter> </service> </application> <uses-feature android:name="android.hardware.touchscreen" android:required="false" /> </manifest>