mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-22 04:29:22 +01:00
Add scanner demo files
This commit is contained in:
parent
a792beb664
commit
5f5f9d1039
1 changed files with 3 additions and 2 deletions
|
@ -12,11 +12,11 @@
|
|||
android:roundIcon="@drawable/ic_launcher"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/AppTheme">
|
||||
<activity
|
||||
<!-- <activity
|
||||
android:name=".scanActivity"
|
||||
android:configChanges="orientation|keyboardHidden|screenSize"
|
||||
android:label="@string/title_activity_scan"
|
||||
android:theme="@style/FullscreenTheme"></activity>
|
||||
android:theme="@style/FullscreenTheme"></activity>-->
|
||||
<activity
|
||||
android:name=".MedicamentListActivity"
|
||||
android:label="@string/app_name"
|
||||
|
@ -58,6 +58,7 @@
|
|||
android:label="À propos de PillDroid"
|
||||
android:parentActivityName=".MedicamentListActivity"
|
||||
android:theme="@style/AppTheme"></activity>
|
||||
<activity android:name=".CustomScannerActivity" />
|
||||
|
||||
<receiver android:name=".NotificationPublisher" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue