Advertisement
Guest User

Untitled

a guest
Aug 25th, 2015
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.21 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" standalone="no"?>
  2. <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.gbwhatsapp" platformBuildVersionCode="21" platformBuildVersionName="APKTOOL">
  3. <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
  4. <uses-permission android:name="android.permission.KILL_BACKGROUND_PROCESSES"/>
  5. <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
  6. <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
  7. <uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
  8. <uses-permission android:name="android.permission.AUTHENTICATE_ACCOUNTS"/>
  9. <uses-permission android:name="android.permission.BLUETOOTH"/>
  10. <uses-permission android:name="android.permission.BROADCAST_STICKY"/>
  11. <uses-permission android:name="android.permission.CAMERA"/>
  12. <uses-permission android:name="android.permission.CHANGE_WIFI_STATE"/>
  13. <uses-permission android:name="android.permission.GET_ACCOUNTS"/>
  14. <uses-permission android:name="android.permission.GET_TASKS"/>
  15. <uses-permission android:name="android.permission.INSTALL_SHORTCUT"/>
  16. <uses-permission android:name="android.permission.INTERNET"/>
  17. <uses-permission android:name="android.permission.MANAGE_ACCOUNTS"/>
  18. <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"/>
  19. <uses-permission android:name="android.permission.READ_CONTACTS"/>
  20. <uses-permission android:name="android.permission.READ_PHONE_STATE"/>
  21. <uses-permission android:name="android.permission.READ_PROFILE"/>
  22. <uses-permission android:name="android.permission.READ_SYNC_SETTINGS"/>
  23. <uses-permission android:name="android.permission.READ_SYNC_STATS"/>
  24. <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
  25. <uses-permission android:name="android.permission.RECEIVE_SMS"/>
  26. <uses-permission android:name="android.permission.RECORD_AUDIO"/>
  27. <uses-permission android:name="android.permission.SEND_SMS"/>
  28. <uses-permission android:name="android.permission.STORAGE"/>
  29. <uses-permission android:name="android.permission.USE_CREDENTIALS"/>
  30. <uses-permission android:name="android.permission.VIBRATE"/>
  31. <uses-permission android:name="android.permission.WAKE_LOCK"/>
  32. <uses-permission android:name="android.permission.WRITE_CONTACTS"/>
  33. <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
  34. <uses-permission android:name="android.permission.WRITE_SETTINGS"/>
  35. <uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS"/>
  36. <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT"/>
  37. <uses-permission android:name="com.android.launcher.permission.UNINSTALL_SHORTCUT"/>
  38. <uses-permission android:name="com.android.vending.BILLING"/>
  39. <uses-permission android:name="com.google.android.c2dm.permission.RECEIVE"/>
  40. <uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES"/>
  41. <uses-permission android:name="com.sec.android.provider.badge.permission.READ"/>
  42. <uses-permission android:name="com.sec.android.provider.badge.permission.WRITE"/>
  43. <uses-permission android:name="com.htc.launcher.permission.READ_SETTINGS"/>
  44. <uses-permission android:name="com.htc.launcher.permission.UPDATE_SHORTCUT"/>
  45. <uses-permission android:name="com.sonyericsson.home.permission.BROADCAST_BADGE"/>
  46. <uses-permission android:name="com.gbwhatsapp.permission.BROADCAST"/>
  47. <uses-permission android:name="com.gbwhatsapp.permission.C2D_MESSAGE"/>
  48. <uses-permission android:name="com.gbwhatsapp.permission.MAPS_RECEIVE"/>
  49. <uses-permission android:name="com.gbwhatsapp.permission.VOIP_CALL"/>
  50. <permission android:name="com.gbwhatsapp.permission.BROADCAST" android:protectionLevel="signature"/>
  51. <permission android:name="com.gbwhatsapp.permission.C2D_MESSAGE" android:protectionLevel="signature"/>
  52. <permission android:name="com.gbwhatsapp.permission.MAPS_RECEIVE" android:protectionLevel="signature"/>
  53. <permission android:name="com.gbwhatsapp.permission.VOIP_CALL" android:protectionLevel="signature"/>
  54. <uses-feature android:name="android.hardware.bluetooth" android:required="false"/>
  55. <uses-feature android:name="android.hardware.location.gps" android:required="false"/>
  56. <uses-feature android:name="android.hardware.camera" android:required="false"/>
  57. <uses-feature android:glEsVersion="0x20000" android:required="true"/>
  58. <android:uses-permission android:maxSdkVersion="18" android:name="android.permission.READ_EXTERNAL_STORAGE"/>
  59. <application android:allowBackup="false" android:hardwareAccelerated="@bool/is_at_least_api_16" android:icon="@drawable/icon" android:label="@string/app_name" android:name="com.gbwhatsapp.App" android:supportsRtl="true" android:theme="@style/Theme.App">
  60. <uses-library android:name="com.google.android.maps" android:required="false"/>
  61. <uses-library android:name="com.sec.android.app.multiwindow" android:required="false"/>
  62. <meta-data android:name="com.google.android.gms.car.application" android:resource="@xml/automotive_app_desc"/>
  63. <meta-data android:name="com.google.android.maps.v2.API_KEY" android:value="@string/maps_v2_key"/>
  64. <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version"/>
  65. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:hardwareAccelerated="false" android:name="com.gbwhatsapp.Main">
  66. <intent-filter>
  67. <action android:name="android.intent.action.MAIN"/>
  68. </intent-filter>
  69. </activity>
  70. <activity-alias android:enabled="true" android:icon="@drawable/gb_icon_0" android:label="@string/app_name" android:name=".Main0" android:targetActivity=".Main">
  71. <intent-filter>
  72. <action android:name="android.intent.action.MAIN"/>
  73. <category android:name="android.intent.category.LAUNCHER"/>
  74. <category android:name="android.intent.category.MULTIWINDOW_LAUNCHER"/>
  75. </intent-filter>
  76. </activity-alias>
  77. <activity-alias android:enabled="false" android:icon="@drawable/gb_icon_1" android:label="@string/app_name" android:name=".Main1" android:targetActivity=".Main">
  78. <intent-filter>
  79. <action android:name="android.intent.action.MAIN"/>
  80. <category android:name="android.intent.category.LAUNCHER"/>
  81. <category android:name="android.intent.category.MULTIWINDOW_LAUNCHER"/>
  82. </intent-filter>
  83. </activity-alias>
  84. <activity-alias android:enabled="false" android:icon="@drawable/gb_icon_2" android:label="@string/app_name" android:name=".Main2" android:targetActivity=".Main">
  85. <intent-filter>
  86. <action android:name="android.intent.action.MAIN"/>
  87. <category android:name="android.intent.category.LAUNCHER"/>
  88. <category android:name="android.intent.category.MULTIWINDOW_LAUNCHER"/>
  89. </intent-filter>
  90. </activity-alias>
  91. <activity-alias android:enabled="false" android:icon="@drawable/gb_icon_3" android:label="@string/app_name" android:name=".Main3" android:targetActivity=".Main">
  92. <intent-filter>
  93. <action android:name="android.intent.action.MAIN"/>
  94. <category android:name="android.intent.category.LAUNCHER"/>
  95. <category android:name="android.intent.category.MULTIWINDOW_LAUNCHER"/>
  96. </intent-filter>
  97. </activity-alias>
  98. <activity-alias android:enabled="false" android:icon="@drawable/gb_icon_4" android:label="@string/app_name" android:name=".Main4" android:targetActivity=".Main">
  99. <intent-filter>
  100. <action android:name="android.intent.action.MAIN"/>
  101. <category android:name="android.intent.category.LAUNCHER"/>
  102. <category android:name="android.intent.category.MULTIWINDOW_LAUNCHER"/>
  103. </intent-filter>
  104. </activity-alias>
  105. <activity-alias android:enabled="false" android:icon="@drawable/gb_icon_5" android:label="@string/app_name" android:name=".Main5" android:targetActivity=".Main">
  106. <intent-filter>
  107. <action android:name="android.intent.action.MAIN"/>
  108. <category android:name="android.intent.category.LAUNCHER"/>
  109. <category android:name="android.intent.category.MULTIWINDOW_LAUNCHER"/>
  110. </intent-filter>
  111. </activity-alias>
  112. <activity-alias android:enabled="false" android:icon="@drawable/gb_icon_6" android:label="@string/app_name" android:name=".Main6" android:targetActivity=".Main">
  113. <intent-filter>
  114. <action android:name="android.intent.action.MAIN"/>
  115. <category android:name="android.intent.category.LAUNCHER"/>
  116. <category android:name="android.intent.category.MULTIWINDOW_LAUNCHER"/>
  117. </intent-filter>
  118. </activity-alias>
  119. <activity-alias android:enabled="false" android:icon="@drawable/gb_icon_7" android:label="@string/app_name" android:name=".Main7" android:targetActivity=".Main">
  120. <intent-filter>
  121. <action android:name="android.intent.action.MAIN"/>
  122. <category android:name="android.intent.category.LAUNCHER"/>
  123. <category android:name="android.intent.category.MULTIWINDOW_LAUNCHER"/>
  124. </intent-filter>
  125. </activity-alias>
  126. <activity-alias android:enabled="false" android:icon="@drawable/gb_icon_9" android:label="@string/app_name" android:name=".Main8" android:targetActivity=".Main">
  127. <intent-filter>
  128. <action android:name="android.intent.action.MAIN"/>
  129. <category android:name="android.intent.category.LAUNCHER"/>
  130. <category android:name="android.intent.category.MULTIWINDOW_LAUNCHER"/>
  131. </intent-filter>
  132. </activity-alias>
  133. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:name="com.gbwhatsapp.Conversation" android:theme="@style/Theme.App.CondensedActionBar" android:windowSoftInputMode="stateUnchanged">
  134. <intent-filter>
  135. <action android:name="android.intent.action.SENDTO"/>
  136. <category android:name="android.intent.category.DEFAULT"/>
  137. <category android:name="android.intent.category.BROWSABLE"/>
  138. <data android:scheme="sms"/>
  139. <data android:scheme="smsto"/>
  140. </intent-filter>
  141. </activity>
  142. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/settings_profile_info" android:name="com.gbwhatsapp.ProfileInfoActivity" android:theme="@style/Theme.App.Gray"/>
  143. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/profile_photo" android:name="com.gbwhatsapp.ProfilePhotoReminder" android:theme="@style/Theme.App.Gray"/>
  144. <activity-alias android:label="@string/set_as_profile_photo" android:name="com.gbwhatsapp.SetAsProfilePhoto" android:targetActivity="com.gbwhatsapp.ProfileInfoActivity">
  145. <intent-filter>
  146. <action android:name="android.intent.action.ATTACH_DATA"/>
  147. <category android:name="android.intent.category.DEFAULT"/>
  148. <data android:mimeType="image/*"/>
  149. </intent-filter>
  150. </activity-alias>
  151. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/settings_payment_info" android:name="com.gbwhatsapp.AccountInfoActivity" android:theme="@style/Theme.App.Gray"/>
  152. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/status" android:name="com.gbwhatsapp.SetStatus" android:theme="@style/Theme.App.Gray"/>
  153. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:launchMode="singleTask" android:name="com.gbwhatsapp.EULA" android:theme="@style/Theme.NoActionBar"/>
  154. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/register_phone_header" android:launchMode="singleTask" android:name="com.gbwhatsapp.RegisterPhone" android:theme="@style/Theme.App.Gray" android:windowSoftInputMode="stateAlwaysVisible|adjustResize"/>
  155. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/verify_sms_header" android:launchMode="singleTask" android:name="com.gbwhatsapp.VerifySms" android:theme="@style/Theme.App.Gray">
  156. <intent-filter>
  157. <action android:name="android.intent.action.VIEW"/>
  158. <category android:name="android.intent.category.DEFAULT"/>
  159. <category android:name="android.intent.category.BROWSABLE"/>
  160. <data android:host="r" android:scheme="whatsapp"/>
  161. </intent-filter>
  162. </activity>
  163. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/register_name_profile" android:launchMode="singleTask" android:name="com.gbwhatsapp.RegisterName" android:theme="@style/Theme.App.Gray"/>
  164. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/describe_problem_contact_support" android:name="com.gbwhatsapp.DescribeProblemActivity" android:theme="@style/Theme.App.Gray" android:windowSoftInputMode="adjustPan|stateHidden"/>
  165. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/system_status_title" android:name="com.gbwhatsapp.SystemStatusActivity" android:theme="@style/Theme.App.Gray"/>
  166. <activity android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/settings_general" android:name="com.gbwhatsapp.Settings" android:theme="@style/Theme.Prefs"/>
  167. <activity android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/settings_account_info" android:name="com.gbwhatsapp.SettingsAccount" android:theme="@style/Theme.Prefs"/>
  168. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/settings_chat" android:name="com.gbwhatsapp.SettingsChat" android:theme="@style/Theme.Prefs"/>
  169. <activity android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/menuitem_contacts" android:name="com.gbwhatsapp.SettingsContacts" android:theme="@style/Theme.Prefs"/>
  170. <activity android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/settings_help" android:name="com.gbwhatsapp.SettingsHelp" android:theme="@style/Theme.Prefs"/>
  171. <activity android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/settings_notifications" android:name="com.gbwhatsapp.SettingsNotifications" android:theme="@style/Theme.Prefs">
  172. <intent-filter>
  173. <action android:name="android.intent.action.MAIN"/>
  174. <category android:name="android.intent.category.NOTIFICATION_PREFERENCES"/>
  175. </intent-filter>
  176. </activity>
  177. <activity android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/settings_network_usage" android:name="com.gbwhatsapp.SettingsNetworkUsage" android:theme="@style/Theme.Prefs"/>
  178. <activity android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/settings_autodownload" android:name="com.gbwhatsapp.SettingsAutodownload" android:theme="@style/Theme.Prefs"/>
  179. <activity android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/settings_privacy" android:name="com.gbwhatsapp.SettingsPrivacy" android:theme="@style/Theme.Prefs"/>
  180. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/settings_backup" android:launchMode="singleTop" android:name="com.gbwhatsapp.gdrive.SettingsGoogleDrive" android:theme="@style/Theme.Prefs"/>
  181. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/search_faq" android:name="com.gbwhatsapp.SearchFAQ"/>
  182. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/search_faq" android:name="com.gbwhatsapp.FaqItemActivity"/>
  183. <activity android:name="com.gbwhatsapp.About" android:theme="@style/Theme.NoActionBar"/>
  184. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/block_list_header" android:name="com.gbwhatsapp.BlockList"/>
  185. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:name="com.gbwhatsapp.ContactPicker">
  186. <intent-filter>
  187. <action android:name="android.intent.action.PICK"/>
  188. <category android:name="android.intent.category.DEFAULT"/>
  189. <category android:name="com.gbwhatsapp"/>
  190. </intent-filter>
  191. <intent-filter>
  192. <action android:name="android.intent.action.CREATE_SHORTCUT"/>
  193. </intent-filter>
  194. <intent-filter>
  195. <action android:name="android.intent.action.SEND"/>
  196. <category android:name="android.intent.category.DEFAULT"/>
  197. <data android:mimeType="audio/*"/>
  198. <data android:mimeType="video/*"/>
  199. <data android:mimeType="image/*"/>
  200. <data android:mimeType="text/plain"/>
  201. <data android:mimeType="text/x-vcard"/>
  202. </intent-filter>
  203. <intent-filter>
  204. <action android:name="android.intent.action.SEND_MULTIPLE"/>
  205. <category android:name="android.intent.category.DEFAULT"/>
  206. <data android:mimeType="audio/*"/>
  207. <data android:mimeType="video/*"/>
  208. <data android:mimeType="image/*"/>
  209. </intent-filter>
  210. <intent-filter>
  211. <action android:name="android.intent.action.VIEW"/>
  212. <category android:name="android.intent.category.DEFAULT"/>
  213. <category android:name="android.intent.category.BROWSABLE"/>
  214. <data android:host="send" android:scheme="whatsapp"/>
  215. </intent-filter>
  216. </activity>
  217. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:name="com.gbwhatsapp.MultipleContactPicker"/>
  218. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:name="com.gbwhatsapp.ListMembersSelector" android:theme="@style/Theme.App"/>
  219. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:name="com.gbwhatsapp.GroupMembersSelector" android:theme="@style/Theme.App"/>
  220. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/broadcasts" android:name="com.gbwhatsapp.Broadcasts"/>
  221. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:name="com.gbwhatsapp.BroadcastDetails"/>
  222. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/message_details" android:name="com.gbwhatsapp.MessageDetailsActivity" android:theme="@style/Theme.App.Gray.TransparentActionBar"/>
  223. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/new_group" android:name="com.gbwhatsapp.NewGroup"/>
  224. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/group_info" android:name="com.gbwhatsapp.GroupChatInfo" android:theme="@style/Theme.App.Gray.NoActionBar"/>
  225. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:name="com.gbwhatsapp.GroupChatLiveLocationsActivity"/>
  226. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:name="com.gbwhatsapp.GroupChatLiveLocationsActivity2"/>
  227. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:name="com.gbwhatsapp.GroupChatRecentLocationsActivity"/>
  228. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/list_info" android:name="com.gbwhatsapp.ListChatInfo" android:theme="@style/Theme.App.Gray.NoActionBar"/>
  229. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/contact_info" android:name="com.gbwhatsapp.ContactInfo" android:theme="@style/Theme.App.Gray.NoActionBar"/>
  230. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/call_details" android:name="com.gbwhatsapp.CallLogActivity" android:theme="@style/Theme.App.Gray"/>
  231. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/chats" android:launchMode="singleTask" android:name="com.gbwhatsapp.Conversations"/>
  232. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/archived_chats" android:name="com.gbwhatsapp.ArchivedConversationsActivity"/>
  233. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/app_name" android:launchMode="singleTask" android:name="com.gbwhatsapp.HomeActivity" android:theme="@style/Theme.App.Home"/>
  234. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/app_name" android:name="com.gbwhatsapp.QuickContactActivity" android:theme="@style/Theme.QuickContact"/>
  235. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:name="com.gbwhatsapp.ViewSharedContactActivity" android:theme="@style/Theme.App.Gray"/>
  236. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/pick_a_country" android:name="com.gbwhatsapp.CountryPicker"/>
  237. <activity android:label="@string/fab" android:name="com.gbwhatsapp.basha.ui.activity.FabActivity"/>
  238. <activity android:name="com.gbwhatsapp.wallpaper.CropImage"/>
  239. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/wallpaper_packge" android:name="com.gbwhatsapp.wallpaper.WallpaperPicker">
  240. <intent-filter>
  241. <action android:name="com.gbwhatsapp.intent.action.SET_WALLPAPER"/>
  242. <category android:name="android.intent.category.DEFAULT"/>
  243. </intent-filter>
  244. </activity>
  245. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/contacts_help" android:name="com.gbwhatsapp.ContactPickerHelp"/>
  246. <activity android:exported="false" android:icon="@drawable/clear" android:label="@string/no_wallpaper" android:name="com.gbwhatsapp.wallpaper.ResetWallpaper" android:theme="@android:style/Theme.NoDisplay">
  247. <intent-filter>
  248. <action android:name="com.gbwhatsapp.intent.action.RESET_WALLPAPER"/>
  249. <category android:name="android.intent.category.DEFAULT"/>
  250. </intent-filter>
  251. </activity>
  252. <activity-alias android:icon="@drawable/ic_menu_default_wallpaper" android:label="@string/default_wallpaper" android:name="com.gbwhatsapp.DefaultWallpaper" android:targetActivity="com.gbwhatsapp.wallpaper.ResetWallpaper">
  253. <intent-filter>
  254. <action android:name="com.gbwhatsapp.intent.action.DEFAULT_WALLPAPER"/>
  255. <category android:name="android.intent.category.DEFAULT"/>
  256. </intent-filter>
  257. </activity-alias>
  258. <activity android:exported="false" android:icon="@drawable/clear" android:label="@string/remove_photo" android:name="com.gbwhatsapp.ResetPhoto" android:theme="@android:style/Theme.NoDisplay">
  259. <intent-filter>
  260. <action android:name="com.gbwhatsapp.intent.action.RESET_GROUP_PHOTO"/>
  261. <category android:name="android.intent.category.DEFAULT"/>
  262. </intent-filter>
  263. </activity>
  264. <activity-alias android:icon="@drawable/clear" android:label="@string/remove_profile_photo" android:name="com.gbwhatsapp.ResetProfilePhoto" android:targetActivity="com.gbwhatsapp.ResetPhoto">
  265. <intent-filter>
  266. <action android:name="com.gbwhatsapp.intent.action.RESET_PROFILE_PHOTO"/>
  267. <category android:name="android.intent.category.DEFAULT"/>
  268. </intent-filter>
  269. </activity-alias>
  270. <activity-alias android:icon="@drawable/clear" android:label="@string/describe_problem_remove_screenshot" android:name="com.gbwhatsapp.RemoveScreenshot" android:targetActivity="com.gbwhatsapp.ResetPhoto">
  271. <intent-filter>
  272. <action android:name="com.gbwhatsapp.intent.action.REMOVE_SCREENSHOT"/>
  273. <category android:name="android.intent.category.DEFAULT"/>
  274. </intent-filter>
  275. </activity-alias>
  276. <activity android:exported="false" android:icon="@drawable/attach_gallery" android:label="@string/save_to_gallery" android:name="com.gbwhatsapp.ViewProfilePhoto$SavePhoto" android:theme="@android:style/Theme.NoDisplay">
  277. <intent-filter>
  278. <action android:name="com.gbwhatsapp.intent.action.SAVE_PHOTO"/>
  279. <category android:name="android.intent.category.DEFAULT"/>
  280. </intent-filter>
  281. </activity>
  282. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/record_audio_label" android:name="com.gbwhatsapp.RecordAudio" android:theme="@style/Theme.RecordAudio">
  283. <intent-filter>
  284. <action android:name="com.gbwhatsapp.action.WHATSAPP_RECORDING"/>
  285. <category android:name="android.intent.category.DEFAULT"/>
  286. <data android:mimeType="audio/*"/>
  287. </intent-filter>
  288. </activity>
  289. <activity android:label="@string/app_name" android:name="com.gbwhatsapp.accountsync.LoginActivity" android:screenOrientation="portrait">
  290. <intent-filter>
  291. <action android:name="android.intent.action.VIEW"/>
  292. </intent-filter>
  293. </activity>
  294. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="Profile" android:name="com.gbwhatsapp.accountsync.ProfileActivity">
  295. <intent-filter>
  296. <action android:name="android.intent.action.VIEW"/>
  297. <category android:name="android.intent.category.DEFAULT"/>
  298. <data android:mimeType="vnd.android.cursor.item/vnd.com.gbwhatsapp.profile"/>
  299. <data android:mimeType="vnd.android.cursor.item/vnd.com.gbwhatsapp.voip.call"/>
  300. </intent-filter>
  301. </activity>
  302. <activity android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:excludeFromRecents="true" android:launchMode="singleInstance" android:name="com.gbwhatsapp.notification.PopupNotification" android:taskAffinity="" android:theme="@style/Theme.PopupNotification" android:windowSoftInputMode="stateUnchanged"/>
  303. <activity android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:excludeFromRecents="true" android:launchMode="singleInstance" android:name="com.gbwhatsapp.notification.PopupNotificationLocked" android:taskAffinity="" android:windowSoftInputMode="stateUnchanged"/>
  304. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/all_media" android:launchMode="singleTask" android:name="com.gbwhatsapp.MediaGallery" android:theme="@style/Theme.App.GalleryPicker"/>
  305. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:name="com.gbwhatsapp.MediaView" android:theme="@style/Theme.MediaView"/>
  306. <activity android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:excludeFromRecents="true" android:launchMode="singleInstance" android:name="com.gbwhatsapp.OverlayAlert" android:taskAffinity="" android:theme="@style/Theme.PopupAlert"/>
  307. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:exported="false" android:icon="@drawable/search_web" android:label="@string/search_web" android:name="com.gbwhatsapp.WebImagePicker" android:theme="@style/Theme.App.Gray">
  308. <intent-filter>
  309. <action android:name="com.gbwhatsapp.intent.action.SEARCH_PHOTO"/>
  310. <category android:name="android.intent.category.DEFAULT"/>
  311. </intent-filter>
  312. </activity>
  313. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:name="com.gbwhatsapp.ViewProfilePhoto" android:theme="@style/Theme.App.Black"/>
  314. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:name="com.gbwhatsapp.SmsDefaultAppWarning" android:theme="@style/Theme.NoDisplay"/>
  315. <activity android:configChanges="keyboard|keyboardHidden" android:exported="false" android:label="@string/send_location" android:launchMode="singleTop" android:name="com.gbwhatsapp.LocationPicker" android:theme="@style/Theme.App">
  316. <intent-filter>
  317. <action android:name="android.intent.action.VIEW"/>
  318. <category android:name="android.intent.category.DEFAULT"/>
  319. </intent-filter>
  320. <intent-filter>
  321. <action android:name="android.intent.action.SEARCH"/>
  322. </intent-filter>
  323. <meta-data android:name="android.app.searchable" android:resource="@xml/place_searchable"/>
  324. </activity>
  325. <activity android:configChanges="keyboard|keyboardHidden" android:exported="false" android:label="@string/send_location" android:launchMode="singleTop" android:name="com.gbwhatsapp.LocationPicker2" android:theme="@style/Theme.App">
  326. <intent-filter>
  327. <action android:name="android.intent.action.VIEW"/>
  328. <category android:name="android.intent.category.DEFAULT"/>
  329. </intent-filter>
  330. <intent-filter>
  331. <action android:name="android.intent.action.SEARCH"/>
  332. </intent-filter>
  333. <meta-data android:name="android.app.searchable" android:resource="@xml/place_searchable"/>
  334. </activity>
  335. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/settings_delete_account" android:name="com.gbwhatsapp.DeleteAccount" android:theme="@style/Theme.App.Gray" android:windowSoftInputMode="stateUnchanged"/>
  336. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/settings_delete_account" android:name="com.gbwhatsapp.DeleteAccountConfirmation" android:theme="@style/Theme.App.Gray"/>
  337. <activity android:excludeFromRecents="true" android:launchMode="singleInstance" android:name="com.gbwhatsapp.messaging.CaptivePortalActivity" android:taskAffinity="" android:theme="@style/Theme.PopupAlert"/>
  338. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/change_number_title" android:name="com.gbwhatsapp.ChangeNumber" android:theme="@style/Theme.App.Gray" android:windowSoftInputMode="stateUnchanged"/>
  339. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/change_number_title" android:name="com.gbwhatsapp.ChangeNumberOverview" android:theme="@style/Theme.App.Gray" android:windowSoftInputMode="stateUnchanged"/>
  340. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:icon="@drawable/ic_gallery_picker" android:label="@string/preview_msg" android:name="com.gbwhatsapp.gallerypicker.ImagePreview" android:theme="@style/Theme.App.Black" android:windowSoftInputMode="adjustResize|stateHidden"/>
  341. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:icon="@drawable/ic_gallery_picker" android:label="@string/gallery_picker_label" android:name="com.gbwhatsapp.gallerypicker.GalleryPicker" android:theme="@style/Theme.App.GalleryPicker"/>
  342. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:icon="@drawable/ic_gallery_picker" android:label="@string/gallery_label" android:name="com.gbwhatsapp.gallerypicker.MediaPicker" android:theme="@style/Theme.App.GalleryPicker"/>
  343. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/preview_msg" android:name="com.gbwhatsapp.VideoPreviewActivity" android:theme="@style/Theme.App.Black" android:windowSoftInputMode="adjustPan|stateHidden"/>
  344. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:exported="true" android:icon="@drawable/launcher_camera" android:label="@string/camera_shortcut" android:name="com.gbwhatsapp.camera.CameraActivity" android:theme="@style/Theme.Camera" android:windowSoftInputMode="adjustResize|stateHidden">
  345. <intent-filter>
  346. <action android:name="android.intent.action.CREATE_SHORTCUT"/>
  347. </intent-filter>
  348. </activity>
  349. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:excludeFromRecents="true" android:finishOnTaskLaunch="true" android:label="@string/voip_activity_label" android:launchMode="singleTask" android:name="com.gbwhatsapp.VoipActivity" android:permission="com.gbwhatsapp.permission.VOIP_CALL" android:screenOrientation="portrait" android:taskAffinity=":voip" android:theme="@style/Theme.Voip"/>
  350. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:name="com.gbwhatsapp.VoipNotAllowedActivity" android:theme="@style/Theme.NoActionBar"/>
  351. <activity android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:launchMode="singleTop" android:name="com.gbwhatsapp.CallRatingActivity" android:theme="@style/Theme.CallRating" android:windowSoftInputMode="stateUnchanged"/>
  352. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:launchMode="singleTop" android:name="com.gbwhatsapp.gdrive.GoogleDriveActivity" android:windowSoftInputMode="stateAlwaysHidden|adjustPan"/>
  353. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:launchMode="singleTop" android:name="com.gbwhatsapp.gdrive.GoogleDriveNewUserSetupActivity" android:theme="@style/Theme.Prefs"/>
  354. <activity android:launchMode="singleTop" android:name="com.gbwhatsapp.CorruptInstallationActivity"/>
  355. <activity android:launchMode="singleTop" android:name="com.gbwhatsapp.InsufficientStorageSpaceActivity"/>
  356. <activity android:launchMode="singleTop" android:name="com.gbwhatsapp.IncorrectAppReleaseVersionActivity"/>
  357. <activity android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop" android:name="com.gbwhatsapp.SpamWarningActivity" android:screenOrientation="portrait"/>
  358. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/scan_qr_code" android:name="com.gbwhatsapp.qrcode.QrCodeActivity" android:screenOrientation="portrait"/>
  359. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/whatsapp_web" android:name="com.gbwhatsapp.WebSessionsActivity" android:theme="@style/Theme.App.Gray"/>
  360. <activity android:name="com.gbwhatsapp.VoiceMessagingActivity">
  361. <intent-filter>
  362. <action android:name="com.google.android.voicesearch.SEND_MESSAGE_TO_CONTACTS"/>
  363. <category android:name="android.intent.category.DEFAULT"/>
  364. <data android:mimeType="text/plain"/>
  365. </intent-filter>
  366. </activity>
  367. <receiver android:enabled="true" android:name="com.gbwhatsapp.BootReceiver">
  368. <intent-filter>
  369. <action android:name="android.intent.action.BOOT_COMPLETED"/>
  370. </intent-filter>
  371. </receiver>
  372. <receiver android:enabled="@bool/is_at_most_api_11" android:name="com.gbwhatsapp.UpdatedAnyAppReceiver">
  373. <intent-filter>
  374. <action android:name="android.intent.action.PACKAGE_REPLACED"/>
  375. <data android:scheme="package"/>
  376. </intent-filter>
  377. </receiver>
  378. <receiver android:enabled="@bool/is_at_least_api_12" android:name="com.gbwhatsapp.UpdatedOurAppReceiver">
  379. <intent-filter>
  380. <action android:name="android.intent.action.MY_PACKAGE_REPLACED"/>
  381. </intent-filter>
  382. </receiver>
  383. <receiver android:name="com.gbwhatsapp.c2dm.C2DMBroadcastReceiver" android:permission="com.google.android.c2dm.permission.SEND">
  384. <intent-filter>
  385. <action android:name="com.google.android.c2dm.intent.RECEIVE"/>
  386. <category android:name="com.gbwhatsapp"/>
  387. </intent-filter>
  388. <intent-filter>
  389. <action android:name="com.google.android.c2dm.intent.REGISTRATION"/>
  390. <category android:name="com.gbwhatsapp"/>
  391. </intent-filter>
  392. </receiver>
  393. <receiver android:name="com.gbwhatsapp.ExternalMediaManager$ExternalMediaStateReceiver">
  394. <intent-filter>
  395. <action android:name="android.intent.action.MEDIA_MOUNTED"/>
  396. <data android:scheme="file"/>
  397. </intent-filter>
  398. <intent-filter>
  399. <action android:name="android.intent.action.MEDIA_BAD_REMOVAL"/>
  400. <data android:scheme="file"/>
  401. </intent-filter>
  402. <intent-filter>
  403. <action android:name="android.intent.action.MEDIA_REMOVED"/>
  404. <data android:scheme="file"/>
  405. </intent-filter>
  406. <intent-filter>
  407. <action android:name="android.intent.action.MEDIA_SHARED"/>
  408. <data android:scheme="file"/>
  409. </intent-filter>
  410. <intent-filter>
  411. <action android:name="android.intent.action.MEDIA_UNMOUNTED"/>
  412. <data android:scheme="file"/>
  413. </intent-filter>
  414. <intent-filter>
  415. <action android:name="android.intent.action.MEDIA_EJECT"/>
  416. <data android:scheme="file"/>
  417. </intent-filter>
  418. </receiver>
  419. <receiver android:name="com.gbwhatsapp.accountsync.PerformSyncManager">
  420. <intent-filter>
  421. <action android:name="com.gbwhatsapp.accountsync.intent.PERFORM_SYNC"/>
  422. </intent-filter>
  423. </receiver>
  424. <receiver android:enabled="@bool/has_widget" android:name="com.gbwhatsapp.appwidget.WidgetProvider">
  425. <intent-filter>
  426. <action android:name="android.appwidget.action.APPWIDGET_UPDATE"/>
  427. </intent-filter>
  428. <meta-data android:name="android.appwidget.provider" android:resource="@xml/widget_info"/>
  429. </receiver>
  430. <receiver android:exported="false" android:name="com.gbwhatsapp.notification.MessageNotificationDismissedReceiver"/>
  431. <receiver android:exported="false" android:name="com.gbwhatsapp.notification.MissedCallNotificationDismissedReceiver"/>
  432. <receiver android:exported="true" android:name="com.gbwhatsapp.AlarmBroadcastReceiver" android:permission="com.gbwhatsapp.permission.BROADCAST"/>
  433. <service android:name="com.gbwhatsapp.appwidget.WidgetService" android:permission="android.permission.BIND_REMOTEVIEWS"/>
  434. <provider android:authorities="com.gbwhatsapp.provider.contact" android:exported="false" android:name="com.gbwhatsapp.contact.ContactProvider"/>
  435. <provider android:authorities="com.gbwhatsapp.provider.media" android:exported="false" android:multiprocess="true" android:name="com.gbwhatsapp.MediaProvider"/>
  436. <service android:name="com.gbwhatsapp.messaging.MessageService"/>
  437. <service android:name="com.gbwhatsapp.c2dm.C2DMRegistrar"/>
  438. <service android:name="com.gbwhatsapp.ExternalMediaManager"/>
  439. <service android:exported="true" android:name="com.gbwhatsapp.accountsync.AccountAuthenticatorService">
  440. <intent-filter>
  441. <action android:name="android.accounts.AccountAuthenticator"/>
  442. </intent-filter>
  443. <meta-data android:name="android.accounts.AccountAuthenticator" android:resource="@xml/authenticator"/>
  444. </service>
  445. <service android:exported="true" android:name="com.gbwhatsapp.accountsync.ContactsSyncAdapterService">
  446. <intent-filter>
  447. <action android:name="android.content.SyncAdapter"/>
  448. </intent-filter>
  449. <meta-data android:name="android.content.SyncAdapter" android:resource="@xml/sync_contacts"/>
  450. <meta-data android:name="android.provider.CONTACTS_STRUCTURE" android:resource="@xml/contacts"/>
  451. </service>
  452. <service android:name="com.gbwhatsapp.VideoTranscodeService"/>
  453. <service android:name="com.gbwhatsapp.LocationSharingService"/>
  454. <service android:name="com.gbwhatsapp.VoiceService"/>
  455. <service android:name="com.gbwhatsapp.notification.AndroidWear"/>
  456. <service android:name="com.gbwhatsapp.gdrive.GoogleDriveService"/>
  457. <service android:name="com.gbwhatsapp.VoiceMessagingService"/>
  458. <service android:name="com.gbwhatsapp.AlarmService"/>
  459. <meta-data android:name="com.sec.android.support.multiwindow" android:value="true"/>
  460. <meta-data android:name="com.sec.android.multiwindow.DEFAULT_SIZE_W" android:value="632.0dip"/>
  461. <meta-data android:name="com.sec.android.multiwindow.DEFAULT_SIZE_H" android:value="598.0dip"/>
  462. <meta-data android:name="com.sec.android.multiwindow.MINIMUM_SIZE_W" android:value="632.0dip"/>
  463. <meta-data android:name="com.sec.android.multiwindow.MINIMUM_SIZE_H" android:value="598.0dip"/>
  464. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:name="com.gb.atnfas.ImageActivity"/>
  465. <activity android:configChanges="locale" android:excludeFromRecents="true" android:finishOnTaskLaunch="true" android:launchMode="singleInstance" android:name="org.acra.CrashReportDialog"/>
  466. <activity android:name="com.gb.wa.Privacy" android:theme="@style/Theme.Prefs"/>
  467. <activity android:name="com.gb.gbwhatsapp.Settings" android:theme="@style/Theme.Prefs"/>
  468. <activity android:name="com.gb.atnfas.MoreSettings" android:theme="@style/Theme.Prefs"/>
  469. <activity android:name="com.gb.atnfas.UpdateSettings" android:theme="@style/Theme.Prefs"/>
  470. <activity android:name="com.gb.atnfas.lockSettings" android:theme="@style/Theme.Prefs"/>
  471. <activity android:name="com.gb.atnfas.CodesOther.PreferenceScreen.Chats.chats_header" android:theme="@style/Theme.Prefs"/>
  472. <activity android:name="com.gb.atnfas.CodesOther.PreferenceScreen.Chats.chats" android:theme="@style/Theme.Prefs"/>
  473. <activity android:name="com.gb.atnfas.CodesOther.PreferenceScreen.Chats.calls" android:theme="@style/Theme.Prefs"/>
  474. <activity android:name="com.gb.atnfas.CodesOther.PreferenceScreen.Chats.content" android:theme="@style/Theme.Prefs"/>
  475. <activity android:name="com.gb.atnfas.CodesOther.PreferenceScreen.Chats.contact" android:theme="@style/Theme.Prefs"/>
  476. <activity android:name="com.gb.atnfas.CodesOther.PreferenceScreen.Chat.chat_header" android:theme="@style/Theme.Prefs"/>
  477. <activity android:name="com.gb.atnfas.CodesOther.PreferenceScreen.Chat.chat" android:theme="@style/Theme.Prefs"/>
  478. <activity android:name="com.gb.atnfas.CodesOther.PreferenceScreen.Chat.content" android:theme="@style/Theme.Prefs"/>
  479. <activity android:name="com.gb.atnfas.CodesOther.PreferenceScreen.Chat.chat_transparent" android:theme="@style/Theme.Prefs"/>
  480. <activity android:name="com.gb.atnfas.CodesOther.PreferenceScreen.Chats.chats_transparent" android:theme="@style/Theme.Prefs"/>
  481. <activity android:name="com.gb.atnfas.CodesOther.g20"/>
  482. <activity android:name="com.gb.atnfas.MainActivity"/>
  483. <activity android:name="com.gb.atnfas.GBPreference" android:theme="@style/Theme.Prefs"/>
  484. <activity android:name="com.gb.atnfas.WidgetSettings" android:theme="@style/Theme.Prefs"/>
  485. <activity android:name="com.gb.atnfas.PopupPreference" android:theme="@style/Theme.Prefs"/>
  486. <activity android:name="com.gb.atnfas.GBThemes" android:theme="@style/Theme.Prefs"/>
  487. <activity android:name="com.gb.atnfas.CodesOther.PreferenceScreen.Chats.chats_online" android:theme="@style/Theme.Prefs"/>
  488. <activity android:configChanges="locale|keyboard|keyboardHidden|orientation" android:label="@string/select_file" android:name="com.whatsapp.plus.XMLXplorerActivity" android:theme="@android:style/Theme.Light">
  489. <intent-filter>
  490. <action android:name="android.intent.action.GET_CONTENT"/>
  491. <category android:name="android.intent.category.DEFAULT"/>
  492. <category android:name="android.intent.category.OPENABLE"/>
  493. <data android:mimeType="text/xml"/>
  494. </intent-filter>
  495. </activity>
  496. <activity android:name="com.whatsapp.plus.ReadLogFile" android:theme="@style/Theme.Prefs"/>
  497. </application>
  498. </manifest>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement