Revision 41590feb app/src/main/AndroidManifest.xml
| app/src/main/AndroidManifest.xml | ||
|---|---|---|
| 15 | 15 |
|
| 16 | 16 |
<application android:label="@string/app_name" android:icon="@drawable/ic_launcher_ssc" |
| 17 | 17 |
android:largeHeap="true" |
| 18 |
android:name=".App" |
|
| 18 |
android:name="org.witness.obscuracam.App"
|
|
| 19 | 19 |
android:theme="@style/AppTheme" |
| 20 | 20 |
> |
| 21 |
<activity android:label="@string/app_name_label" android:name=".MainActivity" |
|
| 21 |
<activity android:label="@string/app_name_label" android:name="org.witness.obscuracam.MainActivity"
|
|
| 22 | 22 |
android:description="@string/app_description" |
| 23 | 23 |
android:configChanges="orientation|keyboardHidden" |
| 24 | 24 |
android:theme="@style/AppTheme.NoActionBar" |
| ... | ... | |
| 28 | 28 |
<category android:name="android.intent.category.LAUNCHER" /> |
| 29 | 29 |
</intent-filter> |
| 30 | 30 |
</activity> |
| 31 |
<activity android:name="org.witness.securesmartcam.ImageEditor"
|
|
| 31 |
<activity android:name="org.witness.obscuracam.ui.ImageEditor"
|
|
| 32 | 32 |
android:configChanges="keyboardHidden|orientation|screenSize" |
| 33 | 33 |
android:theme="@style/AppTheme" |
| 34 | 34 |
> |
| ... | ... | |
| 46 | 46 |
</intent-filter> |
| 47 | 47 |
</activity> |
| 48 | 48 |
|
| 49 |
<activity android:name="org.witness.securesmartcam.ImagePreview" android:label="@string/image_preview" android:configChanges="orientation|keyboardHidden" />
|
|
| 49 |
<activity android:name="org.witness.obscuracam.ui.ImagePreview" android:label="@string/image_preview" android:configChanges="orientation|keyboardHidden" />
|
|
| 50 | 50 |
|
| 51 |
<activity android:name="org.witness.ssc.video.VideoEditor" android:configChanges="orientation|keyboardHidden|screenSize">
|
|
| 51 |
<activity android:name="org.witness.obscuracam.video.VideoEditor" android:configChanges="orientation|keyboardHidden|screenSize">
|
|
| 52 | 52 |
<intent-filter> |
| 53 | 53 |
|
| 54 | 54 |
<action android:name="android.intent.action.EDIT" /> |
| ... | ... | |
| 63 | 63 |
</intent-filter> |
| 64 | 64 |
|
| 65 | 65 |
</activity> |
| 66 |
<activity android:name="org.witness.ssc.video.VideoPreferences" />
|
|
| 66 |
<activity android:name="org.witness.obscuracam.video.VideoPreferences" />
|
|
| 67 | 67 |
<activity |
| 68 |
android:name="org.witness.securesmartcam.AlbumsActivity"
|
|
| 68 |
android:name="org.witness.obscuracam.ui.AlbumsActivity"
|
|
| 69 | 69 |
android:label="@string/title_albums" |
| 70 | 70 |
android:screenOrientation="portrait" |
| 71 | 71 |
android:theme="@style/AppTheme.NoActionBar" |
Also available in: Unified diff