blob: 1719535c8eb5575137e875455da3106646152632 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<manifest package="io.v.android.apps.syncslides"
xmlns:android="http://schemas.android.com/apk/res/android">
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme">
<activity
android:name=".DeckChooserActivity"
android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
<activity android:name=".PresentationActivity"/>
<service
android:name=".discovery.ParticipantPeer"
android:exported="false"
android:label="Location Service"
android:process=":ParticipantPeer">
</service>
</application>
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
</manifest>