|
7 | 7 | <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> |
8 | 8 |
|
9 | 9 | <application |
10 | | - android:allowBackup="true" |
| 10 | + android:allowBackup="false" |
11 | 11 | android:icon="@mipmap/nasa_logo" |
12 | 12 | android:label="@string/app_name" |
13 | 13 | android:supportsRtl="true" |
|
22 | 22 | <category android:name="android.intent.category.LAUNCHER"/> |
23 | 23 | </intent-filter> |
24 | 24 | </activity> |
| 25 | + <activity |
| 26 | + android:name=".BasicPerformanceBenchmarkActivity" |
| 27 | + android:label="@string/title_basic_performance_benchmark" |
| 28 | + android:launchMode="singleInstance" |
| 29 | + android:theme="@style/AppTheme.NoActionBar"> |
| 30 | + </activity> |
| 31 | + <activity |
| 32 | + android:name=".BasicStressTestActivity" |
| 33 | + android:label="@string/title_basic_stress_test" |
| 34 | + android:launchMode="singleInstance" |
| 35 | + android:theme="@style/AppTheme.NoActionBar"> |
| 36 | + </activity> |
25 | 37 | <activity |
26 | 38 | android:name=".CameraControlActivity" |
27 | 39 | android:label="@string/title_camera_controls" |
|
46 | 58 | android:launchMode="singleInstance" |
47 | 59 | android:theme="@style/AppTheme.NoActionBar"> |
48 | 60 | </activity> |
| 61 | + <activity |
| 62 | + android:name=".NavigatorEventActivity" |
| 63 | + android:label="@string/title_navigator_event" |
| 64 | + android:launchMode="singleInstance" |
| 65 | + android:theme="@style/AppTheme.NoActionBar"> |
| 66 | + </activity> |
| 67 | + <activity |
| 68 | + android:name=".PlacemarksActivity" |
| 69 | + android:label="@string/title_placemarks" |
| 70 | + android:launchMode="singleInstance" |
| 71 | + android:theme="@style/AppTheme.NoActionBar"> |
| 72 | + </activity> |
| 73 | + <activity |
| 74 | + android:name=".PlacemarksMilStd2525Activity" |
| 75 | + android:label="@string/title_placemarks_milstd2525" |
| 76 | + android:launchMode="singleInstance" |
| 77 | + android:theme="@style/AppTheme.NoActionBar"> |
| 78 | + </activity> |
| 79 | + <activity |
| 80 | + android:name=".PlacemarksMilStd2525StressActivity" |
| 81 | + android:label="@string/title_placemarks_milstd2525_stress_test" |
| 82 | + android:launchMode="singleInstance" |
| 83 | + android:theme="@style/AppTheme.NoActionBar"> |
| 84 | + </activity> |
| 85 | + <activity |
| 86 | + android:name=".PlacemarksStressTestActivity" |
| 87 | + android:label="@string/title_placemarks_stress_test" |
| 88 | + android:launchMode="singleInstance" |
| 89 | + android:theme="@style/AppTheme.NoActionBar"> |
| 90 | + </activity> |
49 | 91 | <activity |
50 | 92 | android:name=".ShowTessellationActivity" |
51 | 93 | android:label="@string/title_show_tessellation" |
|
0 commit comments